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

[SWIG] fix compiler warning about unused variable in SWIG #4419

Merged
merged 2 commits into from
Jun 30, 2021

Conversation

StrikerRUS
Copy link
Collaborator

D:\a\1\s\build\java\lightgbmlibJAVA_wrap.cxx(792): warning C4101: 'e': unreferenced local variable [D:\a\1\s\build\_lightgbm_swig.vcxproj]
D:\a\1\s\build\java\lightgbmlibJAVA_wrap.cxx(887): warning C4101: 'e': unreferenced local variable [D:\a\1\s\build\_lightgbm_swig.vcxproj]
D:\a\1\s\build\java\lightgbmlibJAVA_wrap.cxx(925): warning C4101: 'e': unreferenced local variable [D:\a\1\s\build\_lightgbm_swig.vcxproj]
D:\a\1\s\build\java\lightgbmlibJAVA_wrap.cxx(964): warning C4101: 'e': unreferenced local variable [D:\a\1\s\build\_lightgbm_swig.vcxproj]

@StrikerRUS StrikerRUS marked this pull request as ready for review June 28, 2021 18:24
@StrikerRUS StrikerRUS merged commit 6a195a1 into master Jun 30, 2021
@StrikerRUS StrikerRUS deleted the swig_unused_var branch June 30, 2021 11:16
@github-actions
Copy link

This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants