MSVC builds seems to be full of warning, which makes debugging harder.

Open
#8,546 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Quiet
Tech stack
cpp
Domain
build-system

Research direction

Reproduce the MSVC build and inspect the warning in wasm-interpreter.h around line 4702, then trace the -fno-rtti option reported for third_party/gtest.vcxproj. Determine where the MSVC-specific build settings or pragmas are configured. Done means the reported MSVC warnings are removed without breaking other toolchains.

Written by the indexing model from the issue text.

Description

For example:

wasm-interpreter.h(4702,9): warning C4068: unknown pragma 'GCC' [C:\a\binaryen\binaryen\out\binaryen.vcxproj]

And:

cl : command line  warning D9002: ignoring unknown option '-fno-rtti' [C:\a\binaryen\binaryen\out\third_party\gtest.vcxproj]
Dominant language
WebAssembly
Stars
8.6k
Forks
885
Avg merge
1d 20h
Merged PRs (30d)
64

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from WebAssembly/binaryen

All issues in WebAssembly/binaryen

Similar issues

More Build System issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.