Fix build with gcc-3.4

This commit is contained in:
Kirill Ponomarev 2004-08-22 20:10:46 +00:00
parent 4e390064ef
commit 01e7d2a801
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=117057

View file

@ -0,0 +1,14 @@
$FreeBSD$
--- star/star.c.orig Sun Aug 22 22:09:09 2004
+++ star/star.c Sun Aug 22 22:09:20 2004
@@ -1931,7 +1931,7 @@
case aind: case ainc: case adec:
case adsp: case axdp:
usereg();
- default:
+ default: break;
}
}