File: no-errors.patch

package info (click to toggle)
dlt-daemon 3.0.0-4
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 7,296 kB
  • sloc: ansic: 58,041; cpp: 16,199; sh: 1,769; xml: 1,440; python: 376; makefile: 31
file content (24 lines) | stat: -rw-r--r-- 636 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
Index: dlt-daemon-salsa/CMakeLists.txt
===================================================================
--- dlt-daemon-salsa.orig/CMakeLists.txt
+++ dlt-daemon-salsa/CMakeLists.txt
@@ -253,12 +253,16 @@ add_compile_options(
     -pedantic
     -Wno-variadic-macros
     -Wno-strict-aliasing
+    -Wno-pointer-arith
+    -Wno-error=format=
+    -Wno-error=shift-count-overflow
+    -Wno-error=sign-compare
     -Werror
     -Wfatal-errors
-    -Wconversion
-    -Wshadow
+    #-Wconversion
+    #-Wshadow
     -Wundef
-    -Wcast-qual
+    #-Wcast-qual
     -Wno-system-headers
     -Wno-unused-function
     -Wno-stringop-truncation