1
0
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:
Karol Stasiak
2021-05-05 00:59:54 +02:00
parent 63edce28c4
commit fcdad413b0
5 changed files with 39 additions and 0 deletions
+4
View File
@@ -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.