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: -Wunused-but-set-variable #36

Open
horta opened this issue Mar 26, 2023 · 0 comments · May be fixed by #50
Open

Compiler warning: -Wunused-but-set-variable #36

horta opened this issue Mar 26, 2023 · 0 comments · May be fixed by #50

Comments

@horta
Copy link

horta commented Mar 26, 2023

/Users/horta/code/imm3/build/_deps/tau-src/tau/tau.h:440:9: warning: variable 'numActualDigits' set but not used [-Wunused-but-set-variable]
    int numActualDigits = 0;
        ^
/Users/horta/code/imm3/build/_deps/tau-src/tau/tau.h:441:9: warning: variable 'numExpectedDigits' set but not used [-Wunused-but-set-variable]
    int numExpectedDigits = 0;
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 a pull request may close this issue.

1 participant