On Mon, Aug 20, 2012 at 8:33 PM, Jonathan M Davis <[email protected]> wrote: > Because of -w, there is essentially zero difference between a warning and an > error except whether everyone sees it or not.
This is not true, see your favorite C compiler's "warnings-as-errors" switch. Warnings are precisely intended for cases where the code is legal, but likely to be wrong or error-prone. David _______________________________________________ dmd-internals mailing list [email protected] http://lists.puremagic.com/mailman/listinfo/dmd-internals
