Bug 2392

Summary: Muffle gcc4 sentinel check
Product: xorg Reporter: Egbert Eich <eich>
Component: Lib/XawAssignee: Xorg Project Team <xorg-team>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: high    
Version: git   
Hardware: x86 (IA32)   
OS: Linux (All)   
Whiteboard:
i915 platform: i915 features:
Attachments:
Description Flags
see above (patch supplied by Marcus Meissner) none

Description Egbert Eich 2005-01-27 02:19:44 UTC
gcc4 has a check for a sentinel (trailing NULL) in a varargs list.
XawIM.c contains vararg function calls where this check fails.
Attached patch will fix it.
Comment 1 Egbert Eich 2005-01-27 02:20:42 UTC
Created attachment 1758 [details] [review]
see above (patch supplied by Marcus Meissner)
Comment 2 Egbert Eich 2005-01-27 02:22:50 UTC
Committed:
2005-01-27  Egbert Eich  <eich-at-freedesktop-dot-org>

        * lib/Xaw/XawIm.c: (SizeNegotiation), (CreateIC), (SetICValues):
        Muffle gcc4 sentinel (trailing NULL in varargs list) check
        (Marcus Meissner, Bugzilla #2392).

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.