Functions that are #defined do not work
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 7
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Find out why:
> -Wno-error=undefined to turn them into warnings so you should see all of them without exiting. You can also use -Wno-undefined if you want to disable them completely.
If this is really the problem make a minimal test case and find/submit an issue with emscripten or figure out if I'm just calling the compiler incorrectly
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reproducing the failure with the compiler invocation and the -Wno-error=undefined or -Wno-undefined flags mentioned in the issue. Determine whether the problem is an incorrect compiler call or an Emscripten defect; provide a minimal test case and, if Emscripten is at fault, submit an upstream issue.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- lua, wasm
- Domain
- build-system, compilers
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100