diff options
| author | Carl Hetherington <cth@carlh.net> | 2022-06-21 11:45:13 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2022-06-21 11:45:37 +0200 |
| commit | d06c2809593501c73ba8bdb2396e487370c73274 (patch) | |
| tree | 82170d9a84ab2aab646931f30ca28cbd3b64d1ae | |
| parent | 591578e6a84b4c1f2833ff4108eb420b7c78a01e (diff) | |
Add another warning to LIBDCP_DISABLE_WARNINGSv1.8.22mac-warning
| -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 03a7cdc4..a3448d9c 100644 --- a/src/warnings.h +++ b/src/warnings.h @@ -40,7 +40,8 @@ _Pragma("GCC diagnostic ignored \"-Wunused-parameter\"") \ _Pragma("GCC diagnostic ignored \"-Waddress\"") \ _Pragma("GCC diagnostic ignored \"-Wparentheses\"") \ - _Pragma("GCC diagnostic ignored \"-Woverloaded-virtual\"") + _Pragma("GCC diagnostic ignored \"-Woverloaded-virtual\"") \ + _Pragma("GCC diagnostic ignored \"-Wtautological-overlap-compare\"") #else #if __GNUC__ >= 9 #define LIBDCP_DISABLE_WARNINGS \ |
