mirror of
https://github.com/introlab/rtabmap.git
synced 2026-09-02 09:30:25 +08:00
Fixed many compilation warnings (c++14, like pedantic warnings)
This commit is contained in:
@@ -77,7 +77,7 @@ public:
|
||||
kPanelAll = 15
|
||||
};
|
||||
// TODO, tried to change the name of PANEL_FLAGS to PanelFlags... but signals/slots errors appeared...
|
||||
Q_DECLARE_FLAGS(PANEL_FLAGS, PanelFlag);
|
||||
Q_DECLARE_FLAGS(PANEL_FLAGS, PanelFlag)
|
||||
|
||||
enum Src {
|
||||
kSrcUndef = -1,
|
||||
|
||||
Reference in New Issue
Block a user