1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-02-05 11:50:57 +00:00

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.
This commit is contained in:
Greg Alexander 2016-06-18 16:02:02 -04:00
parent d63844f60e
commit 2a7b7465fa

View File

@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_CFLAGS := -Wall
LOCAL_CFLAGS :=
LOCAL_MODULE := simplesshd-jni
DROPBEAR_PATH := ../dropbear