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:
parent
b5064536e0
commit
45ca40f2c7
2 changed files with 20 additions and 20 deletions
|
@ -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
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue