diff --git a/lib/jkqtplotter/jkqtpbarchartelements.cpp b/lib/jkqtplotter/jkqtpbarchartelements.cpp index fd80e6d23d..0109c630ee 100644 --- a/lib/jkqtplotter/jkqtpbarchartelements.cpp +++ b/lib/jkqtplotter/jkqtpbarchartelements.cpp @@ -602,7 +602,7 @@ QPen JKQTPbarVerticalGraph::getLinePen(JKQTPEnhancedPainter& painter) const { return p; } -double JKQTPbarVerticalGraph::getParentStackedMax(int index) const +double JKQTPbarVerticalGraph::getParentStackedMax(int /*index*/) const { return false; } diff --git a/lib/jkqtplotter/jkqtpfilledcurveelements.cpp b/lib/jkqtplotter/jkqtpfilledcurveelements.cpp index e46c3e9d0e..d4922a33a5 100644 --- a/lib/jkqtplotter/jkqtpfilledcurveelements.cpp +++ b/lib/jkqtplotter/jkqtpfilledcurveelements.cpp @@ -679,7 +679,7 @@ QColor JKQTPfilledVerticalRangeGraph::getKeyLabelColor() return color; } -QBrush JKQTPfilledVerticalRangeGraph::getBrush(JKQTPEnhancedPainter &painter) const +QBrush JKQTPfilledVerticalRangeGraph::getBrush(JKQTPEnhancedPainter &/*painter*/) const { QBrush b; b.setColor(fillColor); diff --git a/lib/jkqtplotter/jkqtpparsedfunctionelements.cpp b/lib/jkqtplotter/jkqtpparsedfunctionelements.cpp index 6d46de3d69..709a5cae93 100644 --- a/lib/jkqtplotter/jkqtpparsedfunctionelements.cpp +++ b/lib/jkqtplotter/jkqtpparsedfunctionelements.cpp @@ -43,7 +43,7 @@ double JKQTPxParsedFunctionLineGraphFunction(double x, void* data) { return r.num; } } - } catch(std::exception& E) { + } catch(std::exception& /*E*/) { //qDebug()<getExpression()).arg(E.what()).arg(row).arg(column), @@ -138,7 +138,7 @@ void JKQTPxParsedFunctionLineGraph::createPlotData(bool /*collectParams*/) //qDebug()<<"createPlotData(): adding variables: "<parse(function.toStdString()); //qDebug()<<"createPlotData(): parsing: "<parse(errorFunction.toStdString()); //qDebug()<<"createPlotData(): parsing: "<(sender()); if (cmb) { @@ -314,7 +314,7 @@ void TestWidgetGraphs::setErrorStyle(int index) } } -void TestWidgetGraphs::setESSymbol(int index) +void TestWidgetGraphs::setESSymbol(int /*index*/) { QComboBox* cmb=qobject_cast(sender()); if (cmb) {