1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-20 10:54:14 +01:00

LP-208 Some minor changes suggested in the code review.

This commit is contained in:
Fredrik Arvidsson 2016-03-30 11:28:01 +02:00
parent dc3f0edaf5
commit 52110c397c
2 changed files with 3 additions and 1 deletions

View File

@ -236,6 +236,9 @@ win32 {
QMAKE_CXXFLAGS += -mno-ms-bitfields
}
# Explicit setting of C++11
CONFIG += c++11
# Stricter warnigs turned on for OS X.
macx {
CONFIG += warn_on

View File

@ -29,7 +29,6 @@ include(gcs.pri)
TEMPLATE = subdirs
CONFIG += ordered
CONFIG += c++11
DEFINES += USE_PATHPLANNER