From 3278ad2ed8c019fcd8948a132b56a97d187dd20e Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 17 Nov 2022 05:32:27 +0100 Subject: [PATCH] storage/State: remove obsolete Boost compiler warning workaround --- src/storage/StorageState.cxx | 6 ------ 1 file changed, 6 deletions(-) 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"