Commit 65557f5e authored by Thomas Huth's avatar Thomas Huth
Browse files

audio/alsaaudio: Remove compiler check around pragma



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: default avatarRichard Henderson <richard.henderson@linaro.org>
Signed-off-by: default avatarThomas Huth <thuth@redhat.com>
parent 6fa2cef2
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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"