Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove default in switch/case to rise warning if a new data type is a…
…dded
  • Loading branch information
pblottiere committed Oct 9, 2017
1 parent 4920a14 commit f726285
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/core/qgsauxiliarystorage.cpp
Expand Up @@ -104,8 +104,6 @@ void QgsAuxiliaryField::init( const QgsPropertyDefinition &def )
type = QVariant::Int; // sqlite does not have a bool type
typeName = "Integer";
break;
default:
break;
}

setType( type );
Expand Down

0 comments on commit f726285

Please sign in to comment.