diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-07-09 08:20:11 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-07-09 08:20:11 +0200 |
| commit | 6e53e5006524dd0559abcdcad2bc50a40dbb2d91 (patch) | |
| tree | 14d819f090f056ee7d1dab8cb63702e45c0f61cb | |
| parent | 89f39a495625f71201dfe5c389967c3beb8eca33 (diff) | |
Ignore another warning that comes from asdcplibv1.9.12
with Ubuntu 24's GCC.
| -rw-r--r-- | src/warnings.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/warnings.h b/src/warnings.h index a3448d9c..776b2fea 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -54,6 +54,7 @@ _Pragma("GCC diagnostic ignored \"-Wdeprecated-copy\"") \ _Pragma("GCC diagnostic ignored \"-Wsuggest-override\"") \ _Pragma("GCC diagnostic ignored \"-Wunused-function\"") \ + _Pragma("GCC diagnostic ignored \"-Woverloaded-virtual\"") \ _Pragma("GCC diagnostic ignored \"-Wignored-qualifiers\"") #elif __GNUC__ >= 5 #define LIBDCP_DISABLE_WARNINGS \ |
