|
|
@@ -444,7 +444,9 @@ private:
|
|
|
{"-T <toolset-name>", "Specify toolset name if supported by generator."}, \
|
|
|
{"-A <platform-name>", "Specify platform name if supported by generator."}, \
|
|
|
{"-Wno-dev", "Suppress developer warnings."},\
|
|
|
- {"-Wdev", "Enable developer warnings."}
|
|
|
+ {"-Wdev", "Enable developer warnings."},\
|
|
|
+ {"-Wdeprecated", "Enable deprecation warnings."},\
|
|
|
+ {"-Wno-deprecated", "Suppress deprecation warnings."}
|
|
|
|
|
|
#define FOR_EACH_C_FEATURE(F) \
|
|
|
F(c_function_prototypes) \
|