Skip to content

Commit d4a0e35

Browse files
committed
fix warnings (followup cc3a053)
1 parent cc3a053 commit d4a0e35

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/core/dxf/qgsdxfexport.cpp

+7
Original file line numberDiff line numberDiff line change
@@ -3868,6 +3868,9 @@ void QgsDxfExport::addFeature( QgsSymbolV2RenderContext& ctx, const QString& lay
38683868

38693869
break;
38703870
}
3871+
3872+
default:
3873+
break;
38713874
}
38723875

38733876
if ( tempGeom != geom )
@@ -3893,6 +3896,10 @@ void QgsDxfExport::addFeature( QgsSymbolV2RenderContext& ctx, const QString& lay
38933896
{
38943897
writePolygon( cs.at( i ), layer, "SOLID", brushColor );
38953898
}
3899+
3900+
default:
3901+
break;
3902+
38963903
}
38973904

38983905
if ( tempGeom != geom )

0 commit comments

Comments
 (0)