From af11d4d947d090419827907604d8751a3eb01411 Mon Sep 17 00:00:00 2001 From: bbbradsmith Date: Tue, 2 May 2023 19:21:21 -0400 Subject: [PATCH] Document that struct-param is default off since: 3129266 --- doc/cc65.sgml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cc65.sgml b/doc/cc65.sgml index 2e99f3201..023204f4d 100644 --- a/doc/cc65.sgml +++ b/doc/cc65.sgml @@ -741,7 +741,7 @@ Here is a description of all the command line options: Warn about no return statement in function returning non-void. - Warn when passing structs by value. + Warn when passing structs by value. (Disabled by default.) Warn about #pragmas that aren't recognized by cc65.