summaryrefslogtreecommitdiff
path: root/modules/audio_device.target.linux-x86.mk
diff options
context:
space:
mode:
Diffstat (limited to 'modules/audio_device.target.linux-x86.mk')
-rw-r--r--modules/audio_device.target.linux-x86.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/audio_device.target.linux-x86.mk b/modules/audio_device.target.linux-x86.mk
index 92c610f6..c927633f 100644
--- a/modules/audio_device.target.linux-x86.mk
+++ b/modules/audio_device.target.linux-x86.mk
@@ -36,7 +36,7 @@ LOCAL_SRC_FILES := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Debug := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \
@@ -157,7 +157,7 @@ LOCAL_CPPFLAGS_Debug := \
# Flags passed to both C and C++ files.
MY_CFLAGS_Release := \
--param=ssp-buffer-size=4 \
- -Werror \
+ \
-fno-strict-aliasing \
-Wall \
-Wno-unused-parameter \