Skip to content

Commit f726285

Browse files
committedOct 9, 2017
Remove default in switch/case to rise warning if a new data type is added
1 parent 4920a14 commit f726285

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed
 

‎src/core/qgsauxiliarystorage.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,6 @@ void QgsAuxiliaryField::init( const QgsPropertyDefinition &def )
104104
type = QVariant::Int; // sqlite does not have a bool type
105105
typeName = "Integer";
106106
break;
107-
default:
108-
break;
109107
}
110108

111109
setType( type );

0 commit comments

Comments
 (0)
Please sign in to comment.