1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-01 09:24:10 +01:00

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

This commit is contained in:
Fredrik Arvidsson 2016-03-30 10:17:55 +02:00
parent c3c6ec4393
commit dc3f0edaf5
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -14,9 +14,8 @@ namespace Eigen {
namespace internal {
#if __cplusplus > 199711L
#define register // Deprecated in C++11.
#endif // #if __cplusplus > 199711L
// Deprecated in C++11.
#define register
#ifndef EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD
#define EIGEN_CACHEFRIENDLY_PRODUCT_THRESHOLD 8