mirror of
https://github.com/cc65/cc65.git
synced 2025-01-01 03:30:20 +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>
|
<tag><tt/return-type/</tag>
|
||||||
Warn about no return statement in function returning non-void.
|
Warn about no return statement in function returning non-void.
|
||||||
<tag><tt/struct-param/</tag>
|
<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>
|
<tag><tt/unknown-pragma/</tag>
|
||||||
Warn about #pragmas that aren't recognized by cc65.
|
Warn about #pragmas that aren't recognized by cc65.
|
||||||
<tag><tt/unreachable-code/</tag>
|
<tag><tt/unreachable-code/</tag>
|
||||||
|
Loading…
Reference in New Issue
Block a user