File: no-Werror.patch

package info (click to toggle)
tutka 1.1.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,728 kB
  • sloc: cpp: 11,026; makefile: 7
file content (14 lines) | stat: -rw-r--r-- 353 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: Stop building with -Werror
Author: Adrian Bunk <bunk@debian.org>
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 \