aboutsummaryrefslogtreecommitdiffstats
path: root/src/redshift.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/redshift.c')
-rw-r--r--src/redshift.c5
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)