summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8936334..f77f387 100644
--- a/Makefile
+++ b/Makefile
@@ -14,7 +14,7 @@ CC := gcc
CFLAGS := -Wall -pipe -D_USE_SOURCE -DVERSION="\"$(VERSION)\""
WARN := -Wstrict-prototypes -Wsign-compare -Wshadow \
-Wchar-subscripts -Wmissing-declarations -Wnested-externs \
- -Wpointer-arith -Wcast-align -Wsign-compare -Wmissing-prototypes
+ -Wpointer-arith -Wcast-align -Wmissing-prototypes
CFLAGS += $(WARN)
# Compile with 'make DEBUG=true' to enable debugging
&id=0a3ffab93fe52530602fe47cd74802cffdb19c05'>Documentation parent07d9a380680d1c0eb51ef87ff2eab5c994949e69 (diff)
ANDROID: binder: Add strong ref checks
Prevent using a binder_ref with only weak references where a strong reference is required. Signed-off-by: Arve Hjønnevåg <arve@android.com> Signed-off-by: Martijn Coenen <maco@android.com> Cc: stable <stable@vger.kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'Documentation')
x/watchdog.h')