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 21b16d6 commit d444fb1Copy full SHA for d444fb1
src/providers/wfs/CMakeLists.txt
@@ -8,6 +8,11 @@ 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)
15
+
16
########################################################
17
# Build
18
0 commit comments