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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user