mirror of
https://github.com/fmtlib/fmt.git
synced 2024-11-08 02:28:15 +00:00
Fix warning in FMT_STATIC_ASSERT on older GCC (#414)
This commit is contained in:
parent
8cef95f7c3
commit
2fa4655af6
@ -1202,7 +1202,7 @@ inline fmt::StringRef thousands_sep(...) { return ""; }
|
||||
|
||||
#define FMT_CONCAT(a, b) a##b
|
||||
|
||||
#if FMT_GCC_VERSION >= 407
|
||||
#if FMT_GCC_VERSION >= 303
|
||||
# define FMT_UNUSED __attribute__((unused))
|
||||
#else
|
||||
# define FMT_UNUSED
|
||||
|
Loading…
Reference in New Issue
Block a user