Forum Navigation
enable compiler warnings (GDC)
Posted: 05/08/08 10:10:04I'm using Tango for a few days now and I'm pretty impressed of it. Porting my code from Phobos was a bunch of work, but I managed to get nearly everything working. Just one problem stays: I would like to compile my code with all warnings enabled so I can write really "clean" code. But when I add the options -Wall -Werror -Wfatal-errors I get errors inside Tango. "Implicit cast can cause loss of data" and stuff like that...
so the question: How can I tell the compiler, that my code should be treated very strictly, but tangos not?












