Details
-
Bug
-
Resolution: Won't Fix
-
Minor
-
None
-
None
Description
Widl generates proxy functions such as IInternetSecurityManager_GetZoneMappings_Proxy found in the attached widl-retval.c.
The _RetVal variable is unconditionally initialized in both try and except block, but GCC complains it "may be uninitialized":
dll/win32/urlmon/urlmon_urlmon_p.c:7485:5: warning: '_RetVal' may be used uninitialized in this function [-Wmaybe-uninitialized]
This makes for ~1400 warnings.
Attachments
Issue Links
- relates to
-
CORE-7466 PSEH3 Activation Patch
- Resolved