diff pwmrc.c @ 30:2552eec9b913

Explicitly handle all cases in switch statements
author Guido Berhoerster <guido+pwm@berhoerster.name>
date Tue, 28 Nov 2017 15:09:19 +0100
parents 00d782cb45fa
children
line wrap: on
line diff
--- a/pwmrc.c	Thu Sep 28 10:06:59 2017 +0200
+++ b/pwmrc.c	Tue Nov 28 15:09:19 2017 +0100
@@ -115,6 +115,8 @@
 				goto out;
 			}
 			goto next;
+		case TOK_ERR_OK:
+			break;
 		}
 
 		/* expand macros */