mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-03-10 08:01:50 +01:00
13 lines
382 B
Diff
13 lines
382 B
Diff
--- ./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])
|
|
|