We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This build warning in process_moc.cpp should be easy to fix, I hope:
src/process_moc.cpp: In function ‘void create_moc_release_context(void*, Smoc*, pgs_error_handler)’: src/process_moc.cpp:624:17: warning: declaration of ‘n’ shadows a previous local [-Wshadow=compatible-local] 624 | rnode_iter n(moc_data, m.layout[k + 1].level_end); | ^~~~~~~~ src/process_moc.cpp:580:14: note: shadowed declaration is here 580 | rnode_iter n(moc_data, m.layout[1].level_end); | ^
The text was updated successfully, but these errors were encountered:
[ISSUE postgrespro#42] Fix compiler warning
cbf89a8
Merge pull request #47 from stepan-neretin7/fix-compiler-warnings
04456c7
[ISSUE #42] Fix compiler warning
Can we closed it?
Sorry, something went wrong.
PR #47 has been merged, addressing this issue. Closing.
No branches or pull requests
This build warning in process_moc.cpp should be easy to fix, I hope:
The text was updated successfully, but these errors were encountered: