Remove uses of -Wno-return-type.

These warnings were fixed in 93b2e5f.
This commit is contained in:
Dan Albert 2015-06-10 16:51:05 -07:00 committed by Stephen Smalley
parent 31f7239219
commit 1f75792ea0
2 changed files with 0 additions and 2 deletions

View File

@ -11,7 +11,6 @@ common_src_files := \
common_cflags := \
-Wall -Wshadow -O2 \
-pipe -fno-strict-aliasing \
-Wno-return-type
ifeq ($(HOST_OS),darwin)
common_cflags += -DDARWIN

View File

@ -5,7 +5,6 @@ common_src_files := secilc.c
common_cflags := \
-Wall -Wshadow -O2 \
-pipe -fno-strict-aliasing \
-Wno-return-type
ifeq ($(HOST_OS), darwin)
common_cflags += -DDARWIN