aboutsummaryrefslogtreecommitdiffstats
path: root/main/geeqie/disable-werror.patch
blob: 78a6547ff2b2a45f271bb1017e92f50e94e889ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- ./configure.in
+++ ./configure.in
@@ -17,9 +17,6 @@
 AC_PREREQ(2.57)
 AC_INIT([geeqie], 1.4, [https://github.com/BestImageViewer/geeqie/issues], [], [http://www.geeqie.org/])
 
-# Add -Werror to the default CFLAGS
-CFLAGS+=" -Werror -Wno-error=deprecated-declarations -Wno-error=sign-compare -Wno-error=return-type"
-
 # Check for rightly dirs
 AC_CONFIG_SRCDIR([src/main.c])