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:
parent
c3c6ec4393
commit
dc3f0edaf5
@ -29,6 +29,7 @@ include(gcs.pri)
|
||||
|
||||
TEMPLATE = subdirs
|
||||
CONFIG += ordered
|
||||
CONFIG += c++11
|
||||
|
||||
DEFINES += USE_PATHPLANNER
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user