SA Bugzilla – Bug 5534
[review] sa-compile 'ISO C90 forbids mixed declarations and code' warnings
Last modified: 2007-07-04 13:04:59 UTC
Using Perl 5.8.8 on CentOS 4.5 when running sa-compile I get the following: body_0.xs: In function `XS_Mail__SpamAssassin__CompiledRegexps__body_0_scan': body_0.xs:43: warning: ISO C90 forbids mixed declarations and code body_0.xs:51: warning: ISO C90 forbids mixed declarations and code body_0.xs:59: warning: ISO C90 forbids mixed declarations and code body_0.xs:67: warning: ISO C90 forbids mixed declarations and code body_0.xs:75: warning: ISO C90 forbids mixed declarations and code body_0.xs:83: warning: ISO C90 forbids mixed declarations and code body_0.xs:91: warning: ISO C90 forbids mixed declarations and code body_0.xs:99: warning: ISO C90 forbids mixed declarations and code body_0.xs:107: warning: ISO C90 forbids mixed declarations and code
Created attachment 4010 [details] fix
applied to trunk: : jm 83...; svn commit -m "bug 5534: fix annoying 'ISO C90 forbids mixed declarations and code' warnings from sa-compile, caused by extern declarations inside functions" sa-compile.raw Sending sa-compile.raw Transmitting file data . Committed revision 549808.
+1 for 3.2 branch
+1
Committed to branch 3.2 revision 553317.