summaryrefslogtreecommitdiff
path: root/devel/simulavr/files/patch-configure
blob: f19ec15feb271fd848c894250d7038d021aee8e0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- configure.orig	Thu Feb 17 00:00:18 2005
+++ configure	Sat Jul 30 23:49:51 2005
@@ -7223,7 +7224,7 @@
 
 # If we are compiling with gcc, enable all warning and make warnings errors.
 if test "$GCC" = yes; then
-    ENABLE_WARNINGS="-Wall -Winline -Werror"
+    ENABLE_WARNINGS="-Wall"
 fi
 ENABLE_WARNINGS=$ENABLE_WARNINGS