diff options
author | Mattias Andrée <m@maandree.se> | 2025-03-21 16:54:52 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-03-21 16:54:52 +0100 |
commit | 45e96051bc93b619a5c7a65388e4df5c89784505 (patch) | |
tree | e28e2db871bf3ffdfd276cf05d95a76a7e3a2d5c /src/common.h | |
parent | Refactor (diff) | |
download | redshift-ng-45e96051bc93b619a5c7a65388e4df5c89784505.tar.gz redshift-ng-45e96051bc93b619a5c7a65388e4df5c89784505.tar.bz2 redshift-ng-45e96051bc93b619a5c7a65388e4df5c89784505.tar.xz |
m
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index d9a7c3a..9234e43 100644 --- a/src/common.h +++ b/src/common.h @@ -91,6 +91,7 @@ # pragma clang diagnostic ignored "-Wassign-enum" /* warns about bit field enums */ # pragma clang diagnostic ignored "-Wpadded" /* only relevant for library headers */ # pragma clang diagnostic ignored "-Wcomma" /* comma is useful in loop conditions */ +# pragma clang diagnostic ignored "-Wcovered-switch-default" /* stupid warning: not necessary true */ #elif defined(__GNUC__) # pragma GCC diagnostic ignored "-Wunsuffixed-float-constants" /* stupid warning */ # pragma GCC diagnostic ignored "-Wpadded" /* only relevant for library headers */ |