You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If you use the fuzzy expressions such as 'can't use/no effect/problem/error', but don't give any relevant auxiliary information according to the template below, this issue will be not replied.
Describe the bug
cannot compile this project by xmake. this is screenshot.
Expected behavior
it should compile without error.
Error output
error: src/tbox/libc/string/wcscat.c:48:5: error: this ‘while’ clausedoesnotguard... [-Werror=misleading-indentation]
48 | while (*s) s++; --s;
| ^~~~~
src/tbox/libc/string/wcscat.c:48:21: note: ...thisstatement, butthelatterismisleadinglyindentedasifitwereguardedbythe ‘while’
48 | while (*s) s++; --s;
| ^~
cc1: allwarningsbeingtreatedaserrors>insrc/tbox/libc/string/wcscat.c
Related Environment
xmak version: v2.6.3+202201250059
run env: os -> ubuntu20.04, arch: x86_64
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Describe the bug
cannot compile this project by xmake. this is screenshot.
Expected behavior
it should compile without error.
Error output
Related Environment
xmak version:
v2.6.3+202201250059
run env: os ->
ubuntu20.04
, arch:x86_64
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: