From 45e96051bc93b619a5c7a65388e4df5c89784505 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Fri, 21 Mar 2025 16:54:52 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- src/redshift.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/redshift.c') 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) -- cgit v1.2.3-70-g09d2