Initial community commit
This commit is contained in:
31
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/warnings.md
vendored
Normal file
31
Src/external_dependencies/openmpt-trunk/include/premake/website/docs/warnings.md
vendored
Normal file
@@ -0,0 +1,31 @@
|
||||
Controls the number of warnings that are shown by the compiler.
|
||||
|
||||
```lua
|
||||
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 ###
|
||||
|
||||
```lua
|
||||
warnings "Extra"
|
||||
```
|
||||
Reference in New Issue
Block a user