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/redshift.c | |
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/redshift.c')
-rw-r--r-- | src/redshift.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/redshift.c b/src/redshift.c index 77cabb8..29f463c 100644 --- a/src/redshift.c +++ b/src/redshift.c @@ -451,6 +451,11 @@ main(int argc, char *argv[]) case PROGRAM_MODE_CONTINUAL: run_continual_mode(); break; + +#if defined(__GNUC__) + default: + __builtin_unreachable(); +#endif } if (method_state) |