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

Re: fix build errors with -DNDEBUG


On Thu, Jul 16, 2015 at 04:42:41PM -0600, Martin Sebor wrote:
> 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

Such changes are considered obvious.


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