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

fix build #10

Merged
merged 1 commit into from
May 9, 2024
Merged

fix build #10

merged 1 commit into from
May 9, 2024

Conversation

eschmidbauer
Copy link
Contributor

fixes build error

whisper-cpp-server/handler/inference_handler.cpp:447:37: error: unknown type name 'queue_mutex'
  std::unique_lock<std::mutex> lock(queue_mutex);
                                    ^
whisper-cpp-server/handler/inference_handler.cpp:447:36: warning: parentheses were disambiguated as a function declaration [-Wvexing-parse]
  std::unique_lock<std::mutex> lock(queue_mutex);
                                   ^~~~~~~~~~~~~
whisper-cpp-server/handler/inference_handler.cpp:447:37: note: add a pair of parentheses to declare a variable
  std::unique_lock<std::mutex> lock(queue_mutex);

@litongjava litongjava merged commit 509f5ac into litongjava:main May 9, 2024
3 checks passed
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.

2 participants