Skip to content

Commit 7a56a2e

Browse files
author
Allen Winter
committed
g++.pri - build with std=c++11
1 parent c2f4efc commit 7a56a2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

g++.pri

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
-Wnon-virtual-dtor -Wundef -Wcast-align \
99
-Wchar-subscripts -Wpointer-arith \
1010
-Wwrite-strings -Wformat -Wformat-security \
11-
-Wmissing-format-attribute -Woverloaded-virtual
11+
-Wmissing-format-attribute -Woverloaded-virtual -std=c++11
1212

1313
# -Wconversion gives too many warnings from Qt-4.4.3 with gcc-4.3.2 (was fine with gcc-4.2.4), so removing it
1414

0 commit comments

Comments
 (0)