-
-
Notifications
You must be signed in to change notification settings - Fork 621
warnings
starkos edited this page Apr 10, 2021
·
7 revisions
This wiki is no longer being maintained.
Controls the number of warnings that are shown by the compiler.
warnings "value"
If no value is set for a configuration, the toolset's default warning level will be used.
value
specifies the desired level of warning:
Value | Description |
---|---|
Off | Do not show any warning messages. |
Default | Use the toolset's default warning level. |
Extra | Enable the toolset's maximum warning level. |
Project configurations.
Premake 5.0.
warnings "Extra"