Fixed #46 — added missing option -wi

This commit is contained in:
Alexey Prokhin
2012-01-10 20:20:46 +04:00
parent 04ef3ee901
commit 875ebcf757
2 changed files with 10 additions and 5 deletions

View File

@@ -202,7 +202,7 @@ struct Param
bool useSwitchError; // check for switches without a default
bool useUnitTests; // generate unittest code
bool useInline; // inline expand functions
bool warnings; // enable warnings
ubyte warnings; // enable warnings
ubyte Dversion; // D version number
char enforcePropertySyntax;