We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b09b5 commit 7d6c962Copy full SHA for 7d6c962
src/providers/wfs/CMakeLists.txt
@@ -8,9 +8,8 @@ SET (WFS_MOC_HDRS
8
qgswfsdata.h
9
)
10
11
-MESSAGE("providers/wfs : -Werror removed for this directory for now - please get rid of all warnings!")
12
-REMOVE_DEFINITIONS( -Werror )
13
-
+MESSAGE("providers/wfs : -Werror removed for qgswfsprovider.cpp for now - please get rid of any compiler warnings!")
+SET_SOURCE_FILES_PROPERTIES(qgswfsprovider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
14
########################################################
15
# Build
16
0 commit comments