Cppcheck warnings.

develop
Roman Telezhynskyi 2022-08-30 14:42:44 +03:00
parent ed40aafcb0
commit d56acab0b1
2 changed files with 3 additions and 0 deletions

View File

@ -18,4 +18,6 @@ $CPPCHECK \
--library=posix \
--inconclusive \
--suppress=*:*/vdxf/libdxfrw/intern/make_unique.h \
--inconclusive \
--suppress=*:*/qmuparser/make_unique.h \
../src

View File

@ -59,6 +59,7 @@ protected:
auto Objects() const -> const QVector<quint32> &;
private:
// cppcheck-suppress unknownMacro
Q_DISABLE_COPY_MOVE(VisOperation) // NOLINT
QVector<quint32> m_objects{};