1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-10 12:32:20 +02:00

Made missing commutable attribute a warning instead of an error

This commit is contained in:
Brian Fiete 2020-12-05 04:44:43 -08:00
parent b5064536e0
commit 45ca40f2c7
2 changed files with 20 additions and 20 deletions

View file

@ -1117,7 +1117,8 @@ enum BfWarning
BfWarning_BF4202_TooManyHexForInt = 4202,
BfWarning_BF4203_UnnecessaryDynamicCast = 4203,
BfWarning_BF4204_AddressOfReadOnly = 4204,
BfWarning_BF4204_StringInterpolationParam = 4205,
BfWarning_BF4205_StringInterpolationParam = 4205,
BfWarning_BF4206_OperatorCommutableUsage = 4206,
BfWarning_C4554_PossiblePrecedenceError = 4554
};