projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6fa2cef
)
audio/alsaaudio: Remove compiler check around pragma
author
Thomas Huth
<thuth@redhat.com>
Mon, 3 Dec 2018 13:11:06 +0000
(14:11 +0100)
committer
Thomas Huth
<thuth@redhat.com>
Wed, 12 Dec 2018 09:01:13 +0000
(10:01 +0100)
Both GCC v4.8 and Clang v3.4 support the -Waddress option, so we do
not need the compiler version check here anymore.
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
audio/alsaaudio.c
patch
|
blob
|
history
diff --git
a/audio/alsaaudio.c
b/audio/alsaaudio.c
index 362a2276fd4f529a078286c9e251053edfbaab04..635be73bf4959d98288d0a7645a1b87c79b2ac16 100644
(file)
--- a/
audio/alsaaudio.c
+++ b/
audio/alsaaudio.c
@@
-28,9
+28,7
@@
#include "audio.h"
#include "trace.h"
-#if QEMU_GNUC_PREREQ(4, 3)
#pragma GCC diagnostic ignored "-Waddress"
-#endif
#define AUDIO_CAP "alsa"
#include "audio_int.h"