diff --git a/Framework/EventLog.h b/Framework/EventLog.h index 463d96f..798cb3d 100644 --- a/Framework/EventLog.h +++ b/Framework/EventLog.h @@ -12,7 +12,7 @@ { public: QVariant value(int a_column) const; - void setValue(int a_column, const QVariant& a_value) { /* not editable */ } + void setValue(int /*a_column*/, const QVariant& /*a_value*/) { /* not editable */ } std::string m_dateTime; std::string m_location;