qahw: test: Handle SIGINT signal internally in test app
Avoid standard SIGINT implementation and handle internally in
test app.Also Fix some warnings during compilation.
Change-Id: I6e64d149437775b00862f4bb2cf00e1a91a69e15
diff --git a/qahw_api/test/Makefile.am b/qahw_api/test/Makefile.am
index 46a2ee7..5378e0b 100644
--- a/qahw_api/test/Makefile.am
+++ b/qahw_api/test/Makefile.am
@@ -1,6 +1,6 @@
bin_PROGRAMS = hal_play_test
-PLAY_CPPFLAGS = -Wno-sign-compare
+PLAY_CPPFLAGS = -Wno-sign-compare -Werror
PLAY_INCLUDES = -I $(top_srcdir)/qahw_api/inc
hal_play_test_SOURCES = qahw_playback_test.c \