From 2a7b7465fa502bfc966b4632805f029ff4d324ed Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Sat, 18 Jun 2016 16:02:02 -0400 Subject: [PATCH] remove -Wall on just the dropbear component, because the coding style for dropbear is sloppy enough that we would require a bunch of changes, and that would just complicate future merges. --- jni/Android.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jni/Android.mk b/jni/Android.mk index e22da9f..3d8d35c 100644 --- a/jni/Android.mk +++ b/jni/Android.mk @@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir) include $(CLEAR_VARS) -LOCAL_CFLAGS := -Wall +LOCAL_CFLAGS := LOCAL_MODULE := simplesshd-jni DROPBEAR_PATH := ../dropbear