Skip to content

Commit 7d6c962

Browse files
author
g_j_m
committed
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/qgis@6628 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent f1b09b5 commit 7d6c962

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/providers/wfs/CMakeLists.txt

+2-3
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)