diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-09-30 15:30:10 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-09-30 15:30:10 +0200 |
| commit | 159cead4f6bdc69edfc4d509fb929057688d203f (patch) | |
| tree | db3993abef28c6b56c433ecd689e2fad1c949b9f | |
| parent | 22d9015d4788bca8da7113ad187f0b04cfbc4216 (diff) | |
Hide another warning that comes a lot from wxWidgets on macOS.
| -rw-r--r-- | src/warnings.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/warnings.h b/src/warnings.h index 7a19b902..ae01f60b 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -41,7 +41,8 @@ _Pragma("GCC diagnostic ignored \"-Waddress\"") \ _Pragma("GCC diagnostic ignored \"-Wparentheses\"") \ _Pragma("GCC diagnostic ignored \"-Woverloaded-virtual\"") \ - _Pragma("GCC diagnostic ignored \"-Wtautological-overlap-compare\"") + _Pragma("GCC diagnostic ignored \"-Wtautological-overlap-compare\"") \ + _Pragma("GCC diagnostic ignored \"-Wcast-function-type-mismatch\"") #else #if __GNUC__ >= 14 #define LIBDCP_DISABLE_WARNINGS \ |
