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

clang-tidy: three issues in ThreadSafeMap.h #97

Open
debruce opened this issue Aug 15, 2024 · 0 comments
Open

clang-tidy: three issues in ThreadSafeMap.h #97

debruce opened this issue Aug 15, 2024 · 0 comments

Comments

@debruce
Copy link
Contributor

debruce commented Aug 15, 2024

  1. Missing header guard
  2. Constructor does not initialize map_, mutex_
  3. 'it' is not initialized and 'if-then-else' identical (code looks reasonable in spite warning)
@debruce debruce changed the title clang-tidy: missing header guard in ThreadSafeMap.h clang-tidy: three issues in ThreadSafeMap.h Aug 15, 2024
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