mirror of
https://github.com/cc65/cc65.git
synced 2025-01-12 02:30:44 +00:00
Disabled -Wstruct-param by default.
This commit is contained in:
parent
b45d373fd6
commit
0c3e1b491f
@ -67,7 +67,7 @@ IntStack WarningsAreErrors = INTSTACK(0); /* Treat warnings as errors */
|
||||
IntStack WarnConstComparison= INTSTACK(1); /* - constant comparison results */
|
||||
IntStack WarnNoEffect = INTSTACK(1); /* - statements without an effect */
|
||||
IntStack WarnRemapZero = INTSTACK(1); /* - remapping character code zero */
|
||||
IntStack WarnStructParam = INTSTACK(1); /* - structs passed by val */
|
||||
IntStack WarnStructParam = INTSTACK(0); /* - structs passed by val */
|
||||
IntStack WarnUnknownPragma = INTSTACK(1); /* - unknown #pragmas */
|
||||
IntStack WarnUnusedLabel = INTSTACK(1); /* - unused labels */
|
||||
IntStack WarnUnusedParam = INTSTACK(1); /* - unused parameters */
|
||||
|
Loading…
x
Reference in New Issue
Block a user