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:
parent
d63844f60e
commit
2a7b7465fa
@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
|
||||
|
||||
include $(CLEAR_VARS)
|
||||
|
||||
LOCAL_CFLAGS := -Wall
|
||||
LOCAL_CFLAGS :=
|
||||
LOCAL_MODULE := simplesshd-jni
|
||||
|
||||
DROPBEAR_PATH := ../dropbear
|
||||
|
Loading…
Reference in New Issue
Block a user