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

Compilation warning: unused-function #784

Open
jordanmontt opened this issue Apr 30, 2024 · 0 comments
Open

Compilation warning: unused-function #784

jordanmontt opened this issue Apr 30, 2024 · 0 comments
Labels

Comments

@jordanmontt
Copy link
Member

If one compiles the VM with the warning Wno-unused-function (Remove the warning form the list in the CMake file) there are a lot of warnings. There are two types:

  1. The warnings from the extracted plugins
  2. The warnings from generated slang code

The 1 is trivial to fix. To do it, one needs to go to the extracted folder in this repo and remove the functions by hand. There is a first PR that removed lots of unused functions: #780 But, there are still warnings. At least 400 of them after the PR gets merged.

The 2 one is more complicated. It requires to change Slang. I will open another issue for this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant