fix build errors with -DNDEBUG
Martin Sebor
msebor@gmail.com
Thu Jul 16 22:42:00 GMT 2015
Building the top of trunk with the -DNDEBUG option fails due to
local variables that are assigned to but only used in assertions,
and due to one instance where a variable is reported as possibly
used before initialized.
The attached patch suppresses these errors and allows the top of
trunk to build. Verified on powerpc64le.
Is it still time to commit this on trunk or should it wait until
after the release?
Martin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: glibc-ndebug.patch
Type: text/x-patch
Size: 2945 bytes
Desc: not available
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20150716/e5e94bcd/attachment.bin>
More information about the Libc-alpha
mailing list