mirror of
https://github.com/KarolS/millfork.git
synced 2026-04-20 18:16:35 +00:00
#110 Add a warning for comparisons between bytes and pointers.
This commit is contained in:
@@ -293,6 +293,10 @@ You can also enable or disable warnings individually:
|
||||
Whether should warn about deprecated aliases.
|
||||
Default: enabled.
|
||||
|
||||
* `-Wcomparisons`, `-Wno-comparisons` –
|
||||
Whether should warn about comparisons between bytes and pointers.
|
||||
Default: enabled.
|
||||
|
||||
* `-Wextra-comparisons`, `-Wno-extra-comparisons` –
|
||||
Whether should warn about simplifiable unsigned integer comparisons.
|
||||
Default: disabled.
|
||||
|
||||
Reference in New Issue
Block a user