Skip to content

Commit 01d4209

Browse files
author
g_j_m
committedFeb 18, 2007
Disable -Werror just on the file that has an erro from a third-party app
(geos). git-svn-id: http://svn.osgeo.org/qgis/trunk@6628 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent 1850f18 commit 01d4209

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/providers/wfs/CMakeLists.txt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ SET (WFS_MOC_HDRS
88
qgswfsdata.h
99
)
1010

11-
MESSAGE("providers/wfs : -Werror removed for this directory for now - please get rid of all warnings!")
12-
REMOVE_DEFINITIONS( -Werror )
13-
11+
MESSAGE("providers/wfs : -Werror removed for qgswfsprovider.cpp for now - please get rid of any compiler warnings!")
12+
SET_SOURCE_FILES_PROPERTIES(qgswfsprovider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
1413
########################################################
1514
# Build
1615

0 commit comments

Comments
 (0)
Please sign in to comment.