Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Lublin <daniel@lublin.se>2020-04-01 01:10:02 +0300
committerDaniel Lublin <daniel@lublin.se>2020-04-01 01:10:02 +0300
commitf247f6d368c1d8ca320dcce9a6e0eb744b86ea3d (patch)
tree7fa131a9b8ff3cc09886f86a49b9fde63cffd122
parentd0f97da5f37b6138a4184eb76fbf0296773e1279 (diff)
Remove old warning option
-rw-r--r--src/main/jni/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/jni/Android.mk b/src/main/jni/Android.mk
index a6e12c1..9bb512d 100644
--- a/src/main/jni/Android.mk
+++ b/src/main/jni/Android.mk
@@ -82,7 +82,7 @@ OPUS_SOURCES += $(OPUS_SOURCES_FLOAT)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include $(LOCAL_PATH)/celt $(LOCAL_PATH)/silk \
$(LOCAL_PATH)/silk/float $(LOCAL_PATH)/silk/fixed
LOCAL_SRC_FILES := $(CELT_SOURCES) $(SILK_SOURCES) $(OPUS_SOURCES) $(ROOT)/jniopus.cpp
-LOCAL_CFLAGS := -DOPUS_BUILD -DVAR_ARRAYS -Wno-traditional -DFIXED_POINT
+LOCAL_CFLAGS := -DOPUS_BUILD -DVAR_ARRAYS -DFIXED_POINT
LOCAL_CPP_FEATURES := exceptions
LOCAL_LDLIBS := -llog
include $(BUILD_SHARED_LIBRARY)