diff --git a/src/common/common.h b/src/common/common.h index 3c16ca00d..6299329a8 100644 --- a/src/common/common.h +++ b/src/common/common.h @@ -40,6 +40,10 @@ # include #endif // HAVE_INTTYPES_H +// Don't support user-defined literals in fmt as they aren't used by +// MKVToolNix and produce a compiler warning in -Wpedantic +#define FMT_USE_USER_DEFINED_LITERALS 0 + #include #include