All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Remove uses of -Wno-return-type.
@ 2015-06-12 17:58 Dan Albert
  2015-06-12 20:32 ` Paul Moore
  2015-06-15 13:33 ` Stephen Smalley
  0 siblings, 2 replies; 3+ messages in thread
From: Dan Albert @ 2015-06-12 17:58 UTC (permalink / raw)
  To: selinux; +Cc: Elliott Hughes, sds


[-- Attachment #1.1: Type: text/plain, Size: 38 bytes --]

These warnings were fixed in 93b2e5f.

[-- Attachment #1.2: Type: text/html, Size: 63 bytes --]

[-- Attachment #2: 0001-Remove-uses-of-Wno-return-type.patch --]
[-- Type: text/x-patch, Size: 1024 bytes --]

From 5472416f7822c51bb309bf54d1c9e9e33f104bce Mon Sep 17 00:00:00 2001
From: Dan Albert <danalbert@google.com>
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 f3f3b8f..98f5168 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 ef584e7..3dd9023 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
-- 
2.2.0.rc0.207.ga3a616c


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-06-15 13:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-06-12 17:58 [PATCH] Remove uses of -Wno-return-type Dan Albert
2015-06-12 20:32 ` Paul Moore
2015-06-15 13:33 ` Stephen Smalley

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.