File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ IF (WITH_BINDINGS)
8989ENDIF (WITH_BINDINGS)
9090
9191# Compile flag. Make it possible to turn it off.
92- SET (PEDANTIC FALSE CACHE BOOL "Determines if we should compile in pedantic mode." )
92+ SET (PEDANTIC TRUE CACHE BOOL "Determines if we should compile in pedantic mode." )
9393
9494# whether unit tests should be build
9595SET (ENABLE_TESTS FALSE CACHE BOOL "Build unit tests?" )
Original file line number Diff line number Diff line change @@ -506,7 +506,6 @@ void QgsOptions::saveOptions()
506506 settings.setValue ( " plugins/searchPathsForPlugins" , myPaths );
507507
508508 // search directories for svgs
509- myPaths;
510509 for ( int i = 0 ; i < mListSVGPaths ->count (); ++i )
511510 {
512511 if ( i != 0 )
You can’t perform that action at this time.
0 commit comments