mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
1 changed files with 12 additions and 0 deletions
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…
Add table
Reference in a new issue