Description: Stop building with -Werror
Author: Adrian Bunk <[email protected]>
Bug-Debian: https://bugs.debian.org/957886
--- tutka-1.1.3.orig/src/src.pro
tutka-1.1.3/src/src.pro
@@ -150,7 150,6 @@ translations.files = *.qm
QMAKE_CXXFLAGS = \
-g \
- -Werror \
-fsigned-char
QMAKE_CXXFLAGS_WARN_ON = \
-Wno-strict-overflow \
|