Skip to content

Commit

Permalink
Fix compile warning with clang++
Browse files Browse the repository at this point in the history
  • Loading branch information
Cubitect committed Nov 10, 2024
1 parent 025b91c commit 3acc863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cubiomes-viewer.pro
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ greaterThan(QT_MAJOR_VERSION, 5) {
DEFINES += QT_DISABLE_DEPRECATED_UP_TO=0x050F00
} else {
QMAKE_CXXFLAGS += -std=gnu++11
gcc {
equals(QMAKE_CXX, g++) {
QMAKE_CXXFLAGS += -Wno-deprecated-copy
}
}
Expand Down

0 comments on commit 3acc863

Please sign in to comment.