diff --git a/include/spdlog/common.h b/include/spdlog/common.h index 97edd1d5..f53e8ec9 100644 --- a/include/spdlog/common.h +++ b/include/spdlog/common.h @@ -32,7 +32,6 @@ #elif defined(_MSC_VER) #define DEPRECATED __declspec(deprecated) #else -#pragma message("DEPRECATED") #define DEPRECATED #endif