Re: NDEBUG and assert()

2012-09-19 Thread Garrett Cooper
On Wed, Sep 19, 2012 at 3:18 AM, Erik Cederstrand wrote: > Den 19/09/2012 kl. 11.19 skrev Erik Cederstrand : > >> The below below patch will let the analyzer reason correctly about the code, >> and removes the report mentioned above (and a handful others in ncurses). It >> doesn't touch contrib

Re: NDEBUG and assert()

2012-09-19 Thread Erik Cederstrand
Den 19/09/2012 kl. 11.19 skrev Erik Cederstrand : > The below below patch will let the analyzer reason correctly about the code, > and removes the report mentioned above (and a handful others in ncurses). It > doesn't touch contrib code, but I'm not happy about changing include/assert.h > since