1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00

Fix build with gcc34

This commit is contained in:
Tilman Keskinoz 2004-06-12 20:24:01 +00:00
parent 36c6adfbaa
commit 3cbb2f29f3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=111351
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,10 @@
--- Arch/PCux/audio.c.orig Sat Jun 12 22:19:39 2004
+++ Arch/PCux/audio.c Sat Jun 12 22:19:57 2004
@@ -149,6 +149,7 @@
add_samples8(left, right, n);
break;
default: /* should not happen */
+ break;
}
}

View File

@ -0,0 +1,10 @@
--- src/common/format.c.orig Sat Jun 12 22:16:16 2004
+++ src/common/format.c Sat Jun 12 22:16:24 2004
@@ -265,6 +265,7 @@
break;
default:
+ break;
}
fmt++;

View File

@ -0,0 +1,10 @@
--- message.c.orig Sat Jun 12 22:24:35 2004
+++ message.c Sat Jun 12 22:24:52 2004
@@ -272,6 +272,7 @@
eqcnt++;
break;
default:
+ break;
}
}