Am Donnerstag, 1. Januar 2009 15:54:26 schrieb Per Inge Mathisen:
> On Thu, Jan 1, 2009 at 3:39 PM, Per Inge Mathisen
>
> <per.mathi...@gmail.com> wrote:
> > This patch adds a new cheat "noassert" which turns off asserts. ASSERT
> > calls will still generate log entries, but not take down the program.
> > This is meant for testing that code hit by an assert bug has
> > sufficient error handling that it can survive when compiled without
> > assertions. Which it always should.
> >
> > Sending it directly to list because trac stuff is down.
>
> As requested by gerard_, a command-line option to disable asserts was
> added.
Can you not just skip asserts in the debugger? And there are still assert()s, 
which are disabled by defining NDEBUG at compiletime.

Bottomline: I am a bit skeptical about the sense of such a patch, but if you 
think you need it, just commit.

--DevU

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Warzone-dev mailing list
Warzone-dev@gna.org
https://mail.gna.org/listinfo/warzone-dev

Reply via email to