Skip to content

Commit

Permalink
Suppress deprecated copy warnings in tests
Browse files Browse the repository at this point in the history
It's triggered by Qt, so external to the project.
  • Loading branch information
halfgaar committed Feb 24, 2024
1 parent 9e18e25 commit 53b591e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions FlashMQTests/FlashMQTests.pro
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ LIBS += -ldl -lssl -lcrypto -lresolv -lanl

QMAKE_LFLAGS += -rdynamic

# QVariant triggers this all the time, in Qt 5.12 anyway. Our own misuse of it we'll see in the cmake builds.
QMAKE_CXXFLAGS += -Wno-deprecated-copy

contains(DEFINES, FMQ_NO_SSE) {
message(Building tests wihout SSE.)
}
Expand Down

0 comments on commit 53b591e

Please sign in to comment.