Commit 88b50bbc526e3d97f95d698350f170e35fa57b90
authorMichel Pollet <buserror@gmail.com>
Tue, 8 Aug 2017 08:46:32 +0000 (09:46 +0100)
committerMichel Pollet <buserror@gmail.com>
Tue, 8 Aug 2017 08:46:32 +0000 (09:46 +0100)
Can't fight multiple compiler, versions, and OS and expect everyone to
agree while breaking the build for normal people.

Signed-off-by: Michel Pollet <buserror@gmail.com>
Makefile.common

index d1afbe8d5537bd90fa962a8ee12e839c7a4f0962..be71d450227ae07824b3bf9482468cf18a1aa1de 100644 (file)
@@ -39,7 +39,7 @@ SIMAVR                := ${shell for p in . .. ../.. ../../..;do test -d $$p/simavr/sim && ech
 # get the first character of what the compiler says it is, unless it's 'x86_64' doh
 ARCH           := ${shell $(CC) -dumpmachine | sed -e 's/^x/i/' -e 's/\(.\).*/\1/'}
 
-CFLAGS         += -O2 -Wall -Wextra -Werror -Wno-unused-parameter \
+CFLAGS         += -O2 -Wall -Wextra -Wno-unused-parameter \
                        -Wno-unused-result -Wno-missing-field-initializers \
                        -Wno-sign-compare
 CFLAGS         += -g