Skip to content

Commit d444fb1

Browse files
author
timlinux
committedFeb 18, 2007
Dont generate compiler warnings (and thus errors with -Werror) for geos included files since they arent under our control
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6624 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 21b16d6 commit d444fb1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎src/providers/wfs/CMakeLists.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ SET (WFS_MOC_HDRS
88
qgswfsdata.h
99
)
1010

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+
1116
########################################################
1217
# Build
1318

0 commit comments

Comments
 (0)