Cppcheck warnings.
This commit is contained in:
parent
ed40aafcb0
commit
d56acab0b1
|
@ -18,4 +18,6 @@ $CPPCHECK \
|
|||
--library=posix \
|
||||
--inconclusive \
|
||||
--suppress=*:*/vdxf/libdxfrw/intern/make_unique.h \
|
||||
--inconclusive \
|
||||
--suppress=*:*/qmuparser/make_unique.h \
|
||||
../src
|
||||
|
|
|
@ -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{};
|
||||
|
|
Loading…
Reference in New Issue
Block a user