mirror of
https://github.com/cc65/cc65.git
synced 2025-01-16 13:31:16 +00:00
Document that struct-param is default off since: 3129266
This commit is contained in:
parent
e7046a02ff
commit
af11d4d947
@ -741,7 +741,7 @@ Here is a description of all the command line options:
|
||||
<tag><tt/return-type/</tag>
|
||||
Warn about no return statement in function returning non-void.
|
||||
<tag><tt/struct-param/</tag>
|
||||
Warn when passing structs by value.
|
||||
Warn when passing structs by value. (Disabled by default.)
|
||||
<tag><tt/unknown-pragma/</tag>
|
||||
Warn about #pragmas that aren't recognized by cc65.
|
||||
<tag><tt/unreachable-code/</tag>
|
||||
|
Loading…
x
Reference in New Issue
Block a user