mirror of
https://github.com/espressif/openthread.git
synced 2026-08-10 20:57:47 +00:00
[style] advance C++ language standard to C++11 (#5077)
This commit is contained in:
+10
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user