From f702dce601bed910e7f1af7de780f7374f0f4799 Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Thu, 21 Jul 2016 12:41:20 +0300 Subject: [PATCH] Update common.h --- include/spdlog/common.h | 1 - 1 file changed, 1 deletion(-) 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