commit | 56c82355f2eb6a063554fd110559aca6a26d9748 | [log] [tgz] |
---|---|---|
author | maxwen <max.weninger@gmail.com> | Sat Dec 07 01:23:45 2019 +0100 |
committer | maxwen <max.weninger@gmail.com> | Sat Dec 07 01:23:45 2019 +0100 |
tree | 35fbe861b9e2c2879251fae78c4bec94ee7cde15 | |
parent | 6284c6211527ed1ad5836db84034e217d0c72a2f [diff] [blame] |
fix build errors
diff --git a/common/Android.mk.in b/common/Android.mk.in index 176e9a6..86cea16 100644 --- a/common/Android.mk.in +++ b/common/Android.mk.in
@@ -12,7 +12,7 @@ $(LOCAL_PATH) LOCAL_CFLAGS := -Ofast -Wall -Wformat=2 -DNDEBUG -UNDEBUG -Werror -LOCAL_CFLAGS += -Wno-unused-parameter +LOCAL_CFLAGS += -Wno-unused-parameter -Wno-implicit-fallthrough LOCAL_CPPFLAGS := -std=c++11 -fexceptions -frtti