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

warn, var i already used #2371

Closed
marakew opened this issue Jun 11, 2022 · 0 comments · Fixed by #2375
Closed

warn, var i already used #2371

marakew opened this issue Jun 11, 2022 · 0 comments · Fixed by #2375
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Milestone

Comments

@marakew
Copy link

marakew commented Jun 11, 2022

core.cpp(10227): warning C4456: declaration of 'i' hides previous local declaration
core.cpp(10064): note: see declaration of 'i'

for (loss_seqs_t::iterator i = srt_loss_seqs.begin(); i != srt_loss_seqs.end(); ++i)

fix by rename of var i to another name

maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
maxsharabayko added a commit to maxsharabayko/srt that referenced this issue Jun 13, 2022
@maxsharabayko maxsharabayko added this to the v1.5.0 milestone Jun 13, 2022
@maxsharabayko maxsharabayko added Type: Maintenance Work required to maintain or clean up the code [core] Area: Changes in SRT library core labels Jun 13, 2022
@maxsharabayko maxsharabayko modified the milestones: v1.5.0, Next Release Jun 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
[core] Area: Changes in SRT library core Type: Maintenance Work required to maintain or clean up the code
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants