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
GCCのエラーを消す必要がある:
```sh
src/wcc/wcc.c:767:26: error: passing no argument for the '...' parameter of a variadic
macro is a C23 extension [-Werror,-Wvariadic-macro-arguments-omitted]
767 | VERBOSE("### Exports\n");
| ^
```
0 commit comments