1
0
mirror of https://github.com/KarolS/millfork.git synced 2026-04-20 18:16:35 +00:00

Add warnings for calling from one segment to another overlapping one (#42) and -Wnone flag

This commit is contained in:
Karol Stasiak
2020-03-16 00:03:01 +01:00
parent 83b85ef0fc
commit ec8f2e6a1c
6 changed files with 37 additions and 1 deletions
+4
View File
@@ -260,6 +260,10 @@ command line options `--inline`, `--dangerous-optimizations` `--fipo` and `--fno
## Warning options
By default, the compiler emits only some of the most important warnings.
* `-Wall` Enable extra warnings.
* `-Wnone` Disable all warnings.
* `-Wfatal` Treat warnings as errors.