Skip to content

Commit 62a12fd

Browse files
author
timlinux
committed
Fix for last commit. Warnings are not treated as errors in this dir for now.
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6625 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent d444fb1 commit 62a12fd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/providers/wfs/CMakeLists.txt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ 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)
11+
MESSAGE("-Werror removed for this directory for now - please get rid of all warnings!")
12+
REMOVE_DEFINITIONS( -Werror )
1513

1614
########################################################
1715
# Build

0 commit comments

Comments
 (0)