From: Taylor R Campbell Date: Sun, 11 Nov 2018 02:44:06 +0000 (+0000) Subject: Disable -Winline. X-Git-Tag: mit-scheme-pucked-10.1.2~16^2~109 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=ecf5acd425f03a6d9c9032914585f59ae6f07c29;p=mit-scheme.git Disable -Winline. Not really generally useful unless you're tuning particular code; highly compiler-dependent. Currently breaks -Os. --- diff --git a/src/microcode/configure.ac b/src/microcode/configure.ac index a5494956b..4a49b8db7 100644 --- a/src/microcode/configure.ac +++ b/src/microcode/configure.ac @@ -221,7 +221,6 @@ if test x"${GCC}" = xyes; then -Wempty-body \ -Wignored-qualifiers \ -Wimplicit-fallthrough \ - -Winline \ -Wmissing-field-initializers \ -Wmissing-parameter-type \ -Wnested-externs \