This is the mail archive of the glibc-bugs@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug nptl/915] New: pthread.h empty initializer braces


Some defines in nptl/sysdeps/pthread/pthread.h have empty initializers. This
lead to problems compiling files with pthread.h included and -Wall -Werror, like
boehm-gc:

pthread_support.c:1495: warning: ISO C forbids empty initializer braces
pthread_support.c:1498: warning: ISO C forbids empty initializer braces

-- 
           Summary: pthread.h empty initializer braces
           Product: glibc
           Version: 2.3.5
            Status: NEW
          Severity: normal
          Priority: P2
         Component: nptl
        AssignedTo: drepper at redhat dot com
        ReportedBy: twisti at complang dot tuwien dot ac dot at
                CC: glibc-bugs at sources dot redhat dot com


http://sources.redhat.com/bugzilla/show_bug.cgi?id=915

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]