https://bugzilla.xfce.org/show_bug.cgi?id=11637

            Bug ID: 11637
           Summary: [xdt-features.m4] The -Wshadow flag shouldn't be used
                    when enable_debug=full (-Werror)
    Classification: Xfce
           Product: Xfce4-dev-tools
           Version: git
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Medium
         Component: General
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]

The '-Wshadow' flag  is broken in gcc and prevents valid code to be compiled
when '-Werror' flag is used. 

This is the case when enable_debug=full.
For example, 'xfce4-settings' cannot be compiled with enable_debug=full.

xdt-features.m4 needs a patch to remove '-Wshadow' when enable_debug='full'. It
can be kept with enable_debug='yes'

http://git.xfce.org/xfce/xfce4-dev-tools/tree/m4macros/xdt-features.m4

Arguments:
https://lkml.org/lkml/2006/11/28/239
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57709

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to