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

C library macro - va_end() is missing before return statement. #1135

Closed
Wadym opened this issue May 22, 2023 · 0 comments · Fixed by #1134
Closed

C library macro - va_end() is missing before return statement. #1135

Wadym opened this issue May 22, 2023 · 0 comments · Fixed by #1134
Assignees
Labels

Comments

@Wadym
Copy link
Collaborator

Wadym commented May 22, 2023

Steps to Reproduce

  1. Run cppcheck on Indigo project
  2. Observe result of cppcheck:
  • "va_list args was opened but not closed by va_end()." in ora_wrap.cpp

Expected behavior
The messages dissapear.

Actual behavior
"va_list args was opened but not closed by va_end()."

Indigo/Bingo version
1.11.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants