mirror of
https://github.com/fmtlib/fmt.git
synced 2025-07-30 10:47:35 +02:00
Fix warning in FMT_STATIC_ASSERT on older GCC (#414)
This commit is contained in:
@ -1202,7 +1202,7 @@ inline fmt::StringRef thousands_sep(...) { return ""; }
|
|||||||
|
|
||||||
#define FMT_CONCAT(a, b) a##b
|
#define FMT_CONCAT(a, b) a##b
|
||||||
|
|
||||||
#if FMT_GCC_VERSION >= 407
|
#if FMT_GCC_VERSION >= 303
|
||||||
# define FMT_UNUSED __attribute__((unused))
|
# define FMT_UNUSED __attribute__((unused))
|
||||||
#else
|
#else
|
||||||
# define FMT_UNUSED
|
# define FMT_UNUSED
|
||||||
|
Reference in New Issue
Block a user