diff options
author | arved <arved@FreeBSD.org> | 2004-08-06 23:56:42 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2004-08-06 23:56:42 +0800 |
commit | c0aff060e5cefad78d3c06c2ac762f5c6f5c94f2 (patch) | |
tree | fdc5e0db1c2887e8666a5698f57ba1a86189310d /audio | |
parent | 1d6c32540dc8c162ed9ef92d593c949cff93d950 (diff) | |
download | freebsd-ports-gnome-c0aff060e5cefad78d3c06c2ac762f5c6f5c94f2.tar.gz freebsd-ports-gnome-c0aff060e5cefad78d3c06c2ac762f5c6f5c94f2.tar.zst freebsd-ports-gnome-c0aff060e5cefad78d3c06c2ac762f5c6f5c94f2.zip |
Fix build with GCC 3.4
Diffstat (limited to 'audio')
-rw-r--r-- | audio/amp/files/patch-guicontrol.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/amp/files/patch-guicontrol.c b/audio/amp/files/patch-guicontrol.c new file mode 100644 index 000000000000..c493c4297ca1 --- /dev/null +++ b/audio/amp/files/patch-guicontrol.c @@ -0,0 +1,12 @@ +--- guicontrol.c.orig Fri Aug 6 17:54:38 2004 ++++ guicontrol.c Fri Aug 6 17:55:44 2004 +@@ -375,7 +375,8 @@ + break; + case GETHDR_SYN: warn("oops, we're out of sync.\n"); + break; +- default: ++ default: ++ break; + } + break; + } |