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

Compiler warning #525

Open
Akuli opened this issue Dec 8, 2024 · 0 comments
Open

Compiler warning #525

Akuli opened this issue Dec 8, 2024 · 0 comments

Comments

@Akuli
Copy link
Owner

Akuli commented Dec 8, 2024

Windows build currently has this warning:

src/run.c:7:39: warning: unused parameter 'valgrind' [-Wunused-parameter]
int run_exe(const char *exepath, bool valgrind)
                                      ^
1 warning generated.

This kinda makes sense because valgrind doesn't run on Windows, but the warning should be silenced if on Windows.

@Akuli Akuli assigned Akuli and unassigned Akuli Dec 8, 2024
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

No branches or pull requests

1 participant