Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix warning and enable pedantic mode by default
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@15252 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
jef committed Feb 23, 2011
1 parent ef76a92 commit 665ab31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -89,7 +89,7 @@ IF (WITH_BINDINGS)
ENDIF (WITH_BINDINGS)

# Compile flag. Make it possible to turn it off.
SET (PEDANTIC FALSE CACHE BOOL "Determines if we should compile in pedantic mode.")
SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile in pedantic mode.")

# whether unit tests should be build
SET (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?")
Expand Down
1 change: 0 additions & 1 deletion src/app/qgsoptions.cpp
Expand Up @@ -506,7 +506,6 @@ void QgsOptions::saveOptions()
settings.setValue( "plugins/searchPathsForPlugins", myPaths );

//search directories for svgs
myPaths;
for ( int i = 0; i < mListSVGPaths->count(); ++i )
{
if ( i != 0 )
Expand Down

0 comments on commit 665ab31

Please sign in to comment.