Fix several compiler warnings
* -Wmaybe-uninitialized * -Wunused-parameter * -Wunused-variable * -Wnonnull * -Wstringop-truncation * -Wstringop-overflow
This commit is contained in:
@@ -2550,7 +2550,7 @@ void QGIViewDimension::drawAngle(TechDraw::DrawViewDimension* dimension,
|
||||
|
||||
double endAngle = (endPoint - angleVertex).Angle();
|
||||
double startAngle = (startPoint - angleVertex).Angle();
|
||||
double arcRadius;
|
||||
double arcRadius {};
|
||||
|
||||
int standardStyle = viewProvider->StandardAndStyle.getValue();
|
||||
int renderExtent = viewProvider->RenderingExtent.getValue();
|
||||
|
||||
Reference in New Issue
Block a user