diff options
| author | Saikari <[email protected]> | 2026-01-17 06:30:32 +0300 |
|---|---|---|
| committer | Saikari <[email protected]> | 2026-01-17 06:30:32 +0300 |
| commit | 389070fe2a681a9e996ee562b8140bd56b727aa6 (patch) | |
| tree | 660f5bb4f0963cdaf48041936507a8e2bace9472 | |
| parent | 2d5b9f71e9fdee506f0422edee4666d035528663 (diff) | |
cleaning
| -rw-r--r-- | core/src/xmake/string/case.c | 2 | ||||
| -rwxr-xr-x | core/xmake.sh | 1 |
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" |
