[pulseaudio-commits] [SCM] PulseAudio Sound Server branch, master, updated. v0.9.12-100-gea15ca9
Lennart Poettering
gitmailer-noreply at 0pointer.de
Wed Oct 1 05:49:18 PDT 2008
This is an automated email from the git hooks/post-receive script. It was
generated because of a push to the "PulseAudio Sound Server" repository.
The master branch has been updated
from 3853070a21b1b71623c9f8f260bf46aeb6934716 (commit)
- Log -----------------------------------------------------------------
ea15ca9... PA_WARN_REFERENCE works only for ELF targets
-----------------------------------------------------------------------
Summary of changes:
src/pulsecore/macro.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
-----------------------------------------------------------------------
commit ea15ca98624ad308b68905bdb89b501b27fea81e
Author: Lennart Poettering <lennart at poettering.net>
Date: Wed Oct 1 14:49:00 2008 +0200
PA_WARN_REFERENCE works only for ELF targets
diff --git a/src/pulsecore/macro.h b/src/pulsecore/macro.h
index fd33b7b..39e9b58 100644
--- a/src/pulsecore/macro.h
+++ b/src/pulsecore/macro.h
@@ -208,7 +208,7 @@ typedef int pa_bool_t;
#define PA_PATH_SEP_CHAR '/'
#endif
-#ifdef __GNUC__
+#if defined(__GNUC__) && defined(__ELF__)
#define PA_WARN_REFERENCE(sym, msg) \
__asm__(".section .gnu.warning." #sym); \
--
hooks/post-receive
PulseAudio Sound Server
More information about the pulseaudio-commits
mailing list