Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.xiph.org/xiph/opus.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Maxwell <greg@xiph.org>2011-09-07 10:25:55 +0400
committerJean-Marc Valin <jmvalin@jmvalin.ca>2011-09-07 10:43:54 +0400
commitee931fcd25f9d715e35d033cd96eedd90ed45e39 (patch)
tree4463b4dc62e27fa0edabb21ccf7bb00b7bf1b9a4
parent69f44c5cea57aa2eae1edf231250ac01081d07b9 (diff)
Update Makefile.draft warnings to match configure.ac.
-rw-r--r--Makefile.draft2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.draft b/Makefile.draft
index 46c4d1d2..dba78fd9 100644
--- a/Makefile.draft
+++ b/Makefile.draft
@@ -45,7 +45,7 @@ cppflags-from-includes = $(addprefix -I,$(1))
ldflags-from-ldlibdirs = $(addprefix -L,$(1))
ldlibs-from-libs = $(addprefix -l,$(1))
-WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow -Wno-parentheses -Wno-unused-parameter -Wno-sign-compare
+WARNINGS = -Wall -W -Wstrict-prototypes -Wextra -Wcast-align -Wnested-externs -Wshadow
CFLAGS += -O2 -g $(WARNINGS) -DOPUS_BUILD
ifdef FIXED_POINT
CFLAGS += -DFIXED_POINT=1 -DDISABLE_FLOAT_API