[Bug 3067] include/sys/mount.h enum final value has unwanted comma

bugzilla at busybox.net bugzilla at busybox.net
Mon May 2 08:38:07 UTC 2011


https://bugs.busybox.net/show_bug.cgi?id=3067

Bernhard Reutner-Fischer <aldot at uclibc.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID

--- Comment #3 from Bernhard Reutner-Fischer <aldot at uclibc.org>  ---
(In reply to comment #2)
> I am using buildroot-2010.11 built gcc 4.3.5.
> I have set gcc -pedantic -pedantic-errors -Wall -Werror for belt and braces.
> I believe it is the -pedantic-errors that catches the issue here.

First 4.3.x is inadequate with these flags, if anything then use 4.6.0 or 4.5.3
(at the time of this writing) with -Wall and, if you are masochistic, -Werror.
Second that flags are not sane, just don't do that ;)

-- 
Configure bugmail: https://bugs.busybox.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the uClibc-cvs mailing list