Skip to content

warnings

starkos edited this page Apr 10, 2021 · 7 revisions

⚠️ We have a new website! Visit now for the most update to date documentation.
       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.

Parameters

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.

Applies To

Project configurations.

Availability

Premake 5.0.

Examples

warnings "Extra"
Clone this wiki locally