We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
qgis
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent 983a05c commit 5d6c20bCopy full SHA for 5d6c20b
src/providers/wfs/CMakeLists.txt
@@ -8,10 +8,8 @@ SET (WFS_MOC_HDRS
8
qgswfsdata.h
9
)
10
11
-# Disabe compiler warnings for lex generated sources
12
-SET_SOURCE_FILES_PROPERTIES(
13
- ${GEOS_INCLUDE_DIR}/indexStrtree.h
14
- PROPERTIES COMPILE_FLAGS -w)
+MESSAGE("-Werror removed for this directory for now - please get rid of all warnings!")
+REMOVE_DEFINITIONS( -Werror )
15
16
########################################################
17
# Build
0 commit comments