Commit a201c619 authored by Victor Zverovich's avatar Victor Zverovich

Suppress -Wpadded warnings

parent 4569b4db
...@@ -106,6 +106,7 @@ typedef __int64 intmax_t; ...@@ -106,6 +106,7 @@ typedef __int64 intmax_t;
#if defined(__clang__) && !defined(FMT_ICC_VERSION) #if defined(__clang__) && !defined(FMT_ICC_VERSION)
# pragma clang diagnostic push # pragma clang diagnostic push
# pragma clang diagnostic ignored "-Wdocumentation-unknown-command" # pragma clang diagnostic ignored "-Wdocumentation-unknown-command"
# pragma clang diagnostic ignored "-Wpadded"
#endif #endif
#ifdef __GNUC_LIBSTD__ #ifdef __GNUC_LIBSTD__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment