From 5122af98cf350b6ffeb8bee7797a47148e13734d Mon Sep 17 00:00:00 2001 From: Timerix22 Date: Fri, 19 May 2023 13:37:48 +0600 Subject: [PATCH] basic android compatibility --- cbuild | 2 +- default.config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cbuild b/cbuild index e83a7af..dc5947f 160000 --- a/cbuild +++ b/cbuild @@ -1 +1 @@ -Subproject commit e83a7affefe85ec7573ce7465e543747bbf5d477 +Subproject commit dc5947f92d310f05a8765242bed6b825c043a182 diff --git a/default.config b/default.config index 1140a92..e57a8df 100644 --- a/default.config +++ b/default.config @@ -7,7 +7,7 @@ CMP_C="gcc" CMP_CPP="g++" STD_C="c11" STD_CPP="c++11" -WARN_C="-Wall -Wno-discarded-qualifiers -Wextra -Wno-unused-parameter" +WARN_C="-Wall -Wno-ignored-qualifiers -Wextra -Wno-unused-parameter" WARN_CPP="-Wall -Wextra -Wno-unused-parameter" SRC_C="$( find src -name '*.c')" SRC_CPP="$( find src -name '*.cpp')"