fix -Wextra in FreeCADGui
This commit is contained in:
@@ -29,6 +29,7 @@
|
||||
#include <Inventor/SbBasic.h>
|
||||
#include <Inventor/SbBSPTree.h>
|
||||
|
||||
#include <qglobal.h>
|
||||
#include <Base/FileInfo.h>
|
||||
#include "SoFCVectorizeSVGAction.h"
|
||||
|
||||
@@ -306,11 +307,17 @@ void SoFCVectorizeSVGActionP::printTriangle(const SbVec3f * v, const SbColor * c
|
||||
void SoFCVectorizeSVGActionP::printCircle(const SbVec3f & v, const SbColor & c, const float radius) const
|
||||
{
|
||||
// todo
|
||||
Q_UNUSED(v);
|
||||
Q_UNUSED(c);
|
||||
Q_UNUSED(radius);
|
||||
}
|
||||
|
||||
void SoFCVectorizeSVGActionP::printSquare(const SbVec3f & v, const SbColor & c, const float size) const
|
||||
{
|
||||
// todo
|
||||
Q_UNUSED(v);
|
||||
Q_UNUSED(c);
|
||||
Q_UNUSED(size);
|
||||
}
|
||||
|
||||
void SoFCVectorizeSVGActionP::printLine(const SoVectorizeLine * item) const
|
||||
@@ -344,11 +351,13 @@ void SoFCVectorizeSVGActionP::printLine(const SoVectorizeLine * item) const
|
||||
void SoFCVectorizeSVGActionP::printPoint(const SoVectorizePoint * item) const
|
||||
{
|
||||
// todo
|
||||
Q_UNUSED(item);
|
||||
}
|
||||
|
||||
void SoFCVectorizeSVGActionP::printImage(const SoVectorizeImage * item) const
|
||||
{
|
||||
// todo
|
||||
Q_UNUSED(item);
|
||||
}
|
||||
|
||||
// -------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user