mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fixed compiler warnings on macOS (and Linux)
This commit is contained in:
parent
85913132e3
commit
482433e5da
@ -193,7 +193,7 @@ void LocalLibrary::ThreadProc() {
|
||||
while (true) {
|
||||
std::unique_lock<std::mutex> lock(this->mutex);
|
||||
|
||||
if (query = GetNextQuery()) {
|
||||
if ((query = GetNextQuery())) {
|
||||
this->RunQuery(query);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user