1
0
mirror of http://galexander.org/git/simplesshd.git synced 2025-02-28 23:12:07 +00:00

build with -Wall

This commit is contained in:
Greg Alexander 2016-06-18 15:31:29 -04:00
parent 3327fc30c9
commit 20e8113f28

View File

@ -2,7 +2,7 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_CFLAGS := LOCAL_CFLAGS := -Wall
LOCAL_MODULE := simplesshd-jni LOCAL_MODULE := simplesshd-jni
DROPBEAR_PATH := ../dropbear DROPBEAR_PATH := ../dropbear
@ -477,7 +477,7 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_CFLAGS := LOCAL_CFLAGS := -Wall
LOCAL_MODULE := scp LOCAL_MODULE := scp
DROPBEAR_PATH := ../dropbear DROPBEAR_PATH := ../dropbear
@ -495,7 +495,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_CFLAGS := LOCAL_CFLAGS := -Wall
LOCAL_MODULE := sftp-server LOCAL_MODULE := sftp-server
OPENSSH_PATH := ../openssh OPENSSH_PATH := ../openssh
@ -525,7 +525,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_CFLAGS := LOCAL_CFLAGS := -Wall
LOCAL_MODULE := rsync LOCAL_MODULE := rsync
RSYNC_PATH := ../rsync RSYNC_PATH := ../rsync
@ -603,7 +603,7 @@ include $(BUILD_EXECUTABLE)
include $(CLEAR_VARS) include $(CLEAR_VARS)
LOCAL_CFLAGS := LOCAL_CFLAGS := -Wall
LOCAL_MODULE := buffersu LOCAL_MODULE := buffersu
LOCAL_SRC_FILES := buffersu.c LOCAL_SRC_FILES := buffersu.c