diff --git a/src/storage/StorageState.cxx b/src/storage/StorageState.cxx index 8e63316b5..ca0132fb5 100644 --- a/src/storage/StorageState.cxx +++ b/src/storage/StorageState.cxx @@ -34,12 +34,6 @@ #include "Instance.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 // for std::hash() #define MOUNT_STATE_BEGIN "mount_begin"