Make implicit truncation a warning

This commit is contained in:
ISSOtm
2020-02-05 13:20:51 +01:00
parent 35f7340dc9
commit 28473d314a
3 changed files with 5 additions and 2 deletions

View File

@@ -21,6 +21,7 @@ enum WarningID {
WARNING_SHIFT,
WARNING_USER,
WARNING_SHIFT_AMOUNT,
WARNING_TRUNCATION,
NB_WARNINGS,