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
|