This is the mail archive of the libc-alpha@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]

regex warnings


   I am seeing the following warnings in the current glibc cvs...

make[2]: Entering directory `/home/howarth/libc/posix'
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1769: warning: `node' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1769: warning: `node' might be used uninitialized in this function
In file included from regex.c:52:
regexec.c: In function `search_subexp':
regexec.c:1769: warning: `node' might be used uninitialized in this function
make[2]: Leaving directory `/home/howarth/libc/posix'

Are those at all worrisome?
                            Jack


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