]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/boost/tools/quickbook/build/warning-check
update sources to ceph Nautilus 14.2.1
[ceph.git] / ceph / src / boost / tools / quickbook / build / warning-check
index be9fd411eaa6559acfe5d0d626b4901075e88425..064d499324c8fee2e045ee0bf784235d43bd7cc4 100755 (executable)
@@ -12,7 +12,7 @@ failure=0
 for filename in *.cpp
 do
     set -x
-    if ! $CXX -c -O0 -isystem $BOOST_ROOT $filename -o $tmpfile \
+    if ! $CXX -c -O0 --std=c++11 -isystem $BOOST_ROOT $filename -o $tmpfile \
         -pedantic -Wstrict-aliasing -fstrict-aliasing \
         -Werror -Wall -Wextra \
         -Wunused-parameter -Wshadow \