From 1f75792ea06e94aa83edc7f9c22c35759f30f491 Mon Sep 17 00:00:00 2001 From: Dan Albert Date: Wed, 10 Jun 2015 16:51:05 -0700 Subject: [PATCH] Remove uses of -Wno-return-type. These warnings were fixed in 93b2e5f. --- checkpolicy/Android.mk | 1 - secilc/Android.mk | 1 - 2 files changed, 2 deletions(-) diff --git a/checkpolicy/Android.mk b/checkpolicy/Android.mk index f3f3b8f5..98f5168e 100644 --- a/checkpolicy/Android.mk +++ b/checkpolicy/Android.mk @@ -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 diff --git a/secilc/Android.mk b/secilc/Android.mk index ef584e7e..3dd90233 100644 --- a/secilc/Android.mk +++ b/secilc/Android.mk @@ -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