summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--core/src/xmake/string/case.c2
-rwxr-xr-xcore/xmake.sh1
2 files changed, 0 insertions, 3 deletions
diff --git a/core/src/xmake/string/case.c b/core/src/xmake/string/case.c
index d83aa1731..eeb459959 100644
--- a/core/src/xmake/string/case.c
+++ b/core/src/xmake/string/case.c
@@ -29,8 +29,6 @@
* includes
*/
#include "prefix.h"
-#include "../utils/charset.h"
-#include <wctype.h>
#include <utf8proc.h>
/* //////////////////////////////////////////////////////////////////////////////////////
diff --git a/core/xmake.sh b/core/xmake.sh
index 0ece092a5..5c68642ef 100755
--- a/core/xmake.sh
+++ b/core/xmake.sh
@@ -18,7 +18,6 @@ if is_plat "solaris"; then
add_defines "_XOPEN_SOURCE=600"
fi
-
# disable some compiler errors
if is_plat "macosx"; then
add_cxflags "-Wno-error=deprecated-declarations" "-fno-strict-aliasing" "-Wno-error=nullability-completeness" "-Wno-error=parentheses-equality"