aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Mortimer <sam@mortimer.me.uk>2018-08-21 01:03:46 -0700
committerMichael Bestas <mkbestas@lineageos.org>2018-09-02 16:20:43 +0300
commit0c222e0b29f15baab0fd6492f3f691aeec4268ae (patch)
treecc3e704fc5d6e49e9065460c67f7dc740b7d09b8
parent00177b10f19b9b622c56a340e5aa863266c33c09 (diff)
downloadandroid_external_htop-lineage-16.0.tar.gz
android_external_htop-lineage-16.0.tar.bz2
android_external_htop-lineage-16.0.zip
htop: disable warnings that cause errorslineage-17.1lineage-17.0lineage-16.0
Change-Id: I2b798222ae2a225e2b790e86ec2c4aedd79bb622
-rw-r--r--Android.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 782d15d..9571613 100644
--- a/Android.mk
+++ b/Android.mk
@@ -5,6 +5,9 @@ include $(CLEAR_VARS)
LOCAL_CFLAGS := \
-pedantic -Wall -Wextra -std=c99 -DSYSCONFDIR=\"/system/etc\"
+LOCAL_CFLAGS += \
+ -Wno-gnu-include-next -Wno-enum-conversion -Wno-deprecated-declarations
+
LOCAL_C_INCLUDES := \
$(LOCAL_PATH) \
$(LOCAL_PATH)/linux \