Changes between Version 1 and Version 2 of Ticket #53282
- Timestamp:
- 05/26/2021 03:59:59 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #53282 – Description
v1 v2 7 7 }}} 8 8 9 This is obviously an edge case, but we can easily avoid the warning b ecasting the value to `(int)` before checking.9 This is obviously an edge case, but we can easily avoid the warning by casting the value to `(int)` before checking.