Skip to content

Commit

Permalink
Disable -Werror just on the file that has an erro from a third-party app
Browse files Browse the repository at this point in the history
(geos).


git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@6628 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
g_j_m committed Feb 18, 2007
1 parent f1b09b5 commit 7d6c962
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/providers/wfs/CMakeLists.txt
Expand Up @@ -8,9 +8,8 @@ SET (WFS_MOC_HDRS
qgswfsdata.h
)

MESSAGE("providers/wfs : -Werror removed for this directory for now - please get rid of all warnings!")
REMOVE_DEFINITIONS( -Werror )

MESSAGE("providers/wfs : -Werror removed for qgswfsprovider.cpp for now - please get rid of any compiler warnings!")
SET_SOURCE_FILES_PROPERTIES(qgswfsprovider.cpp PROPERTIES COMPILE_FLAGS -Wno-error )
########################################################
# Build

Expand Down

0 comments on commit 7d6c962

Please sign in to comment.