[style] advance C++ language standard to C++11 (#5077)

This commit is contained in:
Jonathan Hui
2020-06-16 13:02:53 -07:00
committed by GitHub
parent b50f33365c
commit d81d769e68
5 changed files with 18 additions and 5 deletions
+10
View File
@@ -137,6 +137,8 @@ LOCAL_EXPORT_C_INCLUDE_DIRS := \
$(NULL)
LOCAL_CPPFLAGS := \
-std=c++11 \
-pedantic-errors \
-Wno-non-virtual-dtor \
$(NULL)
@@ -342,6 +344,8 @@ LOCAL_CFLAGS := \
$(NULL)
LOCAL_CPPFLAGS := \
-std=c++11 \
-pedantic-errors \
-Wno-non-virtual-dtor \
$(NULL)
@@ -385,6 +389,8 @@ LOCAL_CFLAGS := \
$(NULL)
LOCAL_CPPFLAGS := \
-std=c++11 \
-pedantic-errors \
-Wno-non-virtual-dtor \
$(NULL)
@@ -422,6 +428,8 @@ LOCAL_CFLAGS := \
$(NULL)
LOCAL_CPPFLAGS := \
-std=c++11 \
-pedantic-errors \
-Wno-non-virtual-dtor \
$(NULL)
@@ -462,6 +470,8 @@ LOCAL_CFLAGS := \
$(NULL)
LOCAL_CPPFLAGS := \
-std=c++11 \
-pedantic-errors \
-Wno-non-virtual-dtor \
$(NULL)