Fix several in-class initialization clang warning
This commit is contained in:
parent
f2df8c94b2
commit
35d21c0881
7 changed files with 18 additions and 9 deletions
|
|
@ -105,6 +105,7 @@ CommandQueueMT::CommandQueueMT(bool p_sync) {
|
|||
|
||||
read_ptr = 0;
|
||||
write_ptr = 0;
|
||||
dealloc_ptr = 0;
|
||||
mutex = Mutex::create();
|
||||
|
||||
for (int i = 0; i < SYNC_SEMAPHORES; i++) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue