audio/alsaaudio: Remove compiler check around pragma
commit65557f5ed9026f288654bfcfb696b581c1ef49c5
authorThomas Huth <thuth@redhat.com>
Mon, 3 Dec 2018 13:11:06 +0000 (3 14:11 +0100)
committerThomas Huth <thuth@redhat.com>
Wed, 12 Dec 2018 09:01:13 +0000 (12 10:01 +0100)
treeb910bfa22a12a6a9356a30aa4c1a3f5fba7a09ba
parent6fa2cef205a60b5c5c3b058f53852416b885c455
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: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
audio/alsaaudio.c