poky/meta-openmoko/packages/pulseaudio/files/gcc4-compile-fix.patch
Marcin Juszkiewicz d9a4c588ef pulseaudio: added 0.9.6 needed for openmoko-dialer2
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2568 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-08-28 10:38:05 +00:00

19 lines
629 B
Diff

| fix for more strict syntax compliance in gcc4.x
| pulsecore/core-util.c: In function 'pa_raise_priority':
| pulsecore/core-util.c:547: error: label at end of compound statement
| Signed off: mickey@openmoko.org
|
Index: pulseaudio-0.9.6/src/pulsecore/core-util.c
===================================================================
--- pulseaudio-0.9.6.orig/src/pulsecore/core-util.c
+++ pulseaudio-0.9.6/src/pulsecore/core-util.c
@@ -535,7 +535,7 @@ void pa_raise_priority(void) {
pa_log_info("Successfully gained high priority class.");
#endif
-fail:
+fail:;
#if defined(HAVE_SYS_CAPABILITY_H)
if (caps) {