From: Jaroslav Kysela Date: Sun, 5 Aug 2001 18:21:46 +0000 (+0000) Subject: Removed -Werror from CFLAGS X-Git-Tag: v1.0.3~141 X-Git-Url: https://git.alsa-project.org/?a=commitdiff_plain;h=dcbd52779990351ce2f75c24f3e75e9aa1709111;p=alsa-tools.git Removed -Werror from CFLAGS --- diff --git a/ac3dec/libac3/Makefile.am b/ac3dec/libac3/Makefile.am index d977b33..5d60a66 100644 --- a/ac3dec/libac3/Makefile.am +++ b/ac3dec/libac3/Makefile.am @@ -1,7 +1,7 @@ # # Process this file with automake to produce Makefile.in. AUTOMAKE_OPTIONS = 1.3 foreign -CFLAGS = -Wall -Werror -O1 -g +CFLAGS = -Wall -O1 -g noinst_LIBRARIES = libac3.a