You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-util/cppcheck/files/cppcheck-1.69-c++0x.patch

13 lines
218 B

--- cppcheck-1.69/gui/gui.pro
+++ cppcheck-1.69/gui/gui.pro
@@ -146,9 +146,7 @@
LIBS += -lshlwapi
}
-contains(QMAKE_CC, gcc) {
QMAKE_CXXFLAGS += -std=c++0x
-}
macx {
contains(QMAKE_CXX, clang++) {