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

Issues 80: Fix typos in src/exec_state.cpp and src/parquet_impl.cpp #81

Merged
merged 2 commits into from
May 30, 2024

Conversation

za-arthur
Copy link
Contributor

@za-arthur za-arthur commented May 29, 2024

warning: moving a temporary object prevents copy elision [-Wpessimizing-move]
...
warning: ‘festate’ may be used uninitialized [-Wmaybe-uninitialized]
...
warning: declaration of ‘path’ shadows a previous local [-Wshadow=compatible-local]

za-arthur added 2 commits May 30, 2024 11:04
- warning: moving a temporary object prevents copy elision
- warning: ‘festate’ may be used uninitialized
- warning: declaration of ‘path’ shadows a previous local
Remove unused headers
@za-arthur za-arthur merged commit f586754 into master May 30, 2024
7 checks passed
@za-arthur za-arthur deleted the issue_80_typos branch May 30, 2024 09:09
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 this pull request may close these issues.

1 participant