mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
Fix build with GCC 3.4
This commit is contained in:
parent
6d5b131678
commit
4f6397c93f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=115514
12
audio/amp/files/patch-guicontrol.c
Normal file
12
audio/amp/files/patch-guicontrol.c
Normal file
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user