Cppcheck warnings.
This commit is contained in:
parent
ed40aafcb0
commit
d56acab0b1
|
@ -18,4 +18,6 @@ $CPPCHECK \
|
||||||
--library=posix \
|
--library=posix \
|
||||||
--inconclusive \
|
--inconclusive \
|
||||||
--suppress=*:*/vdxf/libdxfrw/intern/make_unique.h \
|
--suppress=*:*/vdxf/libdxfrw/intern/make_unique.h \
|
||||||
|
--inconclusive \
|
||||||
|
--suppress=*:*/qmuparser/make_unique.h \
|
||||||
../src
|
../src
|
||||||
|
|
|
@ -59,6 +59,7 @@ protected:
|
||||||
|
|
||||||
auto Objects() const -> const QVector<quint32> &;
|
auto Objects() const -> const QVector<quint32> &;
|
||||||
private:
|
private:
|
||||||
|
// cppcheck-suppress unknownMacro
|
||||||
Q_DISABLE_COPY_MOVE(VisOperation) // NOLINT
|
Q_DISABLE_COPY_MOVE(VisOperation) // NOLINT
|
||||||
|
|
||||||
QVector<quint32> m_objects{};
|
QVector<quint32> m_objects{};
|
||||||
|
|
Loading…
Reference in New Issue
Block a user