summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mopd
diff options
context:
space:
mode:
authorkrw <krw@openbsd.org>2016-12-20 22:19:08 +0000
committerkrw <krw@openbsd.org>2016-12-20 22:19:08 +0000
commit9313a659c4e134510399c457e303d62c0565e4ce (patch)
tree8df3788500c297c7023bce14a46a7e55d77fe381 /usr.sbin/mopd
parentExplain what the trailing '*' in command names output by sa(8) mean. (diff)
downloadwireguard-openbsd-9313a659c4e134510399c457e303d62c0565e4ce.tar.xz
wireguard-openbsd-9313a659c4e134510399c457e303d62c0565e4ce.zip
Add 'default:' cases to switch statements that gcc whines about.
ok jung@
Diffstat (limited to 'usr.sbin/mopd')
-rw-r--r--usr.sbin/mopd/mopa.out/mopa.out.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/mopd/mopa.out/mopa.out.c b/usr.sbin/mopd/mopa.out/mopa.out.c
index 09106e26a8c..9598907ba0e 100644
--- a/usr.sbin/mopd/mopa.out/mopa.out.c
+++ b/usr.sbin/mopd/mopa.out/mopa.out.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mopa.out.c,v 1.14 2014/12/13 14:44:59 miod Exp $ */
+/* $OpenBSD: mopa.out.c,v 1.15 2016/12/20 22:19:08 krw Exp $ */
/*
* mopa.out - Convert a Unix format kernel into something that
@@ -226,6 +226,8 @@ main (int argc, char **argv)
dl.a_data, dl.a_bss, dl.xferaddr);
#endif
break;
+ default:
+ break;
}
while ((i = mopFileRead(&dl,header)) > 0) {