fix -Wextra & -Wdeprecated in Drawing

This commit is contained in:
wmayer
2016-09-22 15:29:10 +02:00
parent 4d2ccdfb72
commit b9c25c8402
8 changed files with 66 additions and 59 deletions

View File

@@ -262,7 +262,7 @@ std::string ProjectionAlgos::getSVG(ExtractionType type, double scale, double to
/* dxf output section - Dan Falck 2011/09/25 */
std::string ProjectionAlgos::getDXF(ExtractionType type, double scale, double tolerance)
std::string ProjectionAlgos::getDXF(ExtractionType type, double /*scale*/, double tolerance)
{
std::stringstream result;
DXFOutput output;