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)
89
89
ENDIF (WITH_BINDINGS )
90
90
91
91
# 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." )
93
93
94
94
# whether unit tests should be build
95
95
SET (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()
506
506
settings.setValue ( " plugins/searchPathsForPlugins" , myPaths );
507
507
508
508
// search directories for svgs
509
- myPaths;
510
509
for ( int i = 0 ; i < mListSVGPaths ->count (); ++i )
511
510
{
512
511
if ( i != 0 )
You can’t perform that action at this time.
0 commit comments