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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

Re: Fix warnings


Roland McGrath <roland@redhat.com> writes:

>> Building glibc produces lots of these warnings:
>> ../include/ctype.h:27: warning: no previous prototype for `__ctype_b_loc'
>> ../include/ctype.h:37: warning: no previous prototype for `__ctype_toupper_loc'
>> ../include/ctype.h:47: warning: no previous prototype for `__ctype_tolower_loc'
>
> Compiling what files?  I don't see any such warnings.  Are you using
> unusual options?  What compiler?

GCC 3.2 and using -Wmissing-prototypes -Wmissing-declarations to find
such problems.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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