Skip to content

Commit

Permalink
Fix for last commit. Warnings are not treated as errors in this dir f…
Browse files Browse the repository at this point in the history
…or now.

git-svn-id: http://svn.osgeo.org/qgis/trunk@6625 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
timlinux committed Feb 18, 2007
1 parent 983a05c commit 5d6c20b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/providers/wfs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ 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)
MESSAGE("-Werror removed for this directory for now - please get rid of all warnings!")
REMOVE_DEFINITIONS( -Werror )

########################################################
# Build
Expand Down

0 comments on commit 5d6c20b

Please sign in to comment.