Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

remove warning for debug build #268

Merged
merged 3 commits into from
Nov 29, 2024
Merged

remove warning for debug build #268

merged 3 commits into from
Nov 29, 2024

Conversation

pmp-p
Copy link
Contributor

@pmp-p pmp-p commented Nov 3, 2024

sa is only used when TOYWASM_OLD_WASI_LIBC

@yamt
Copy link
Owner

yamt commented Nov 28, 2024

what's "< C23"?

@pmp-p
Copy link
Contributor Author

pmp-p commented Nov 29, 2024

most likely a warning from compiler about minimal standard C23 to support some construct
( i use clang 19 or 20 )

@yamt
Copy link
Owner

yamt commented Nov 29, 2024

ah, i see. i thought it was something like https://www.fastemote.com/squid :-)

i guess it's actually c99, where it started to allow declarations in the middle of block.

@yamt yamt merged commit d5be5ec into yamt:master Nov 29, 2024
145 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants