diff options
Diffstat (limited to 'usr.bin/make/cond.c')
-rw-r--r-- | usr.bin/make/cond.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/make/cond.c b/usr.bin/make/cond.c index dcf7b55..029c48c 100644 --- a/usr.bin/make/cond.c +++ b/usr.bin/make/cond.c @@ -751,6 +751,8 @@ do_string_compare: t = (left > right ? True : False); } break; + default: + break; } } error: |