storage/State: remove obsolete Boost compiler warning workaround
This commit is contained in:
parent
2e453ef58a
commit
3278ad2ed8
@ -34,12 +34,6 @@
|
|||||||
#include "Instance.hxx"
|
#include "Instance.hxx"
|
||||||
#include "Log.hxx"
|
#include "Log.hxx"
|
||||||
|
|
||||||
#ifdef __clang__
|
|
||||||
/* ignore -Wcomma due to strange code in boost/array.hpp (in Boost
|
|
||||||
1.72) */
|
|
||||||
#pragma GCC diagnostic ignored "-Wcomma"
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#include <functional> // for std::hash()
|
#include <functional> // for std::hash()
|
||||||
|
|
||||||
#define MOUNT_STATE_BEGIN "mount_begin"
|
#define MOUNT_STATE_BEGIN "mount_begin"
|
||||||
|
Loading…
Reference in New Issue
Block a user