mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Improved string interpolation warnings/errors
This commit is contained in:
parent
11a7d2dd1c
commit
adf46175cf
3 changed files with 68 additions and 14 deletions
|
@ -1116,6 +1116,7 @@ enum BfWarning
|
|||
BfWarning_BF4202_TooManyHexForInt = 4202,
|
||||
BfWarning_BF4203_UnnecessaryDynamicCast = 4203,
|
||||
BfWarning_BF4204_AddressOfReadOnly = 4204,
|
||||
BfWarning_BF4204_StringInterpolationParam = 4205,
|
||||
BfWarning_C4554_PossiblePrecedenceError = 4554
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue