Skip to content

Commit

Permalink
Dont generate compiler warnings (and thus errors with -Werror) for ge…
Browse files Browse the repository at this point in the history
…os included files since they arent under our control

git-svn-id: http://svn.osgeo.org/qgis/trunk@6624 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 18, 2007
1 parent b85ecd8 commit 983a05c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/providers/wfs/CMakeLists.txt
Expand Up @@ -8,6 +8,11 @@ SET (WFS_MOC_HDRS
qgswfsdata.h
)

# Disabe compiler warnings for lex generated sources
SET_SOURCE_FILES_PROPERTIES(
${GEOS_INCLUDE_DIR}/indexStrtree.h
PROPERTIES COMPILE_FLAGS -w)

########################################################
# Build

Expand Down

0 comments on commit 983a05c

Please sign in to comment.