aboutsummaryrefslogtreecommitdiff
path: root/unittests
diff options
context:
space:
mode:
authorAnton Matosov <anton.matosov@gmail.com>2015-01-06 00:54:17 +0200
committerAnton Matosov <anton.matosov@gmail.com>2015-01-06 00:54:17 +0200
commit9767dd6c30472a06bbfce8d95e83d37c7061ed06 (patch)
treeed4470a34b0524b02c17147e7c139a23e69d8bdb /unittests
parentfbf51360b3de28db9c9b3a0b83b3daf34caaedb4 (diff)
downloadpx4-firmware-9767dd6c30472a06bbfce8d95e83d37c7061ed06.tar.gz
px4-firmware-9767dd6c30472a06bbfce8d95e83d37c7061ed06.tar.bz2
px4-firmware-9767dd6c30472a06bbfce8d95e83d37c7061ed06.zip
Switched to full C++11 feature set
Diffstat (limited to 'unittests')
-rw-r--r--unittests/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Makefile b/unittests/Makefile
index cb08aa8fc..4dbde55f1 100644
--- a/unittests/Makefile
+++ b/unittests/Makefile
@@ -1,7 +1,7 @@
CC=g++
CFLAGS=-I. -I../src/modules -I ../src/include -I../src/drivers \
- -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++0x
+ -I../src -I../src/lib -D__EXPORT="" -Dnullptr="0" -lm -std=c++11
# Points to the root of Google Test, relative to where this file is.
# Remember to tweak this if you move this file.