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

Cleanup compiler warnings #1742

Open
2 tasks
gonuke opened this issue May 1, 2024 · 0 comments
Open
2 tasks

Cleanup compiler warnings #1742

gonuke opened this issue May 1, 2024 · 0 comments

Comments

@gonuke
Copy link
Member

gonuke commented May 1, 2024

A few compiler warnings to be tidied up with code changes:

  • src/infile_tree.cc#L79 - if and only if element is NULL, we try to call a member function on element - guaranteed to fail/segfault
  • src/context.h#L205 - compiler claims NULL but I think the compiler is wrong; can we still do something to fix this warning?
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

No branches or pull requests

1 participant