On 3/23/2015 1:53 PM, Luca Barbato wrote:
> Asserts are something you use while debugging to check for the impossible.

I disagree. This is EXACTLY what asserts are for, and why compilers generate the
code they do. Otherwise you may as well use a printf and exit.

> You do not want to crash, no matter how remote is the possibility. In 
> fact asserts normally are disabled in non-debug builds for this reason.

You kind of go against your own point here.

- Derek
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to