mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Lower default -Wtrunction= level to 1
This commit is contained in:
@@ -31,7 +31,7 @@ Diagnostics<WarningLevel, WarningID> warnings = {
|
||||
{"truncation", LEVEL_EVERYTHING},
|
||||
},
|
||||
.paramWarnings = {
|
||||
{WARNING_TRUNCATION_1, WARNING_TRUNCATION_2, 2},
|
||||
{WARNING_TRUNCATION_1, WARNING_TRUNCATION_2, 1},
|
||||
},
|
||||
.state = DiagnosticsState<WarningID>(),
|
||||
.nbErrors = 0,
|
||||
|
||||
Reference in New Issue
Block a user