Skip to content

Commit

Permalink
Remove unused pragma clang
Browse files Browse the repository at this point in the history
  • Loading branch information
Jackarain committed Oct 28, 2023
1 parent e457e96 commit 8bc3476
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions proxy/include/proxy/logging.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,6 @@
# pragma warning(disable: 4244 4127)
# endif // _MSC_VER

# ifdef __clang__
# pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wexpansion-to-defined"
# endif

# include <fmt/ostream.h>
# include <fmt/printf.h>
# include <fmt/format.h>
Expand All @@ -153,10 +148,6 @@ namespace std {
using ::fmt::make_format_args;
}

# ifdef __clang__
# pragma clang diagnostic pop
# endif

# ifdef _MSC_VER
# pragma warning(pop)
# endif
Expand Down

0 comments on commit 8bc3476

Please sign in to comment.