Browse Source

Fix some compiler warnings

Signed-off-by: falkTX <falktx@falktx.com>
pull/321/head
falkTX 2 years ago
parent
commit
7403ec8751
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
2 changed files with 6 additions and 1 deletions
  1. +1
    -1
      dgl/src/pugl-upstream
  2. +5
    -0
      distrho/src/jackbridge/NativeBridge.hpp

+ 1
- 1
dgl/src/pugl-upstream

@@ -1 +1 @@
Subproject commit 12640c9e41cd334f05c2a3d075c41db2c5bb7135
Subproject commit 9552878aa764e577cd9cb0ad9933ce18e5ca9882

+ 5
- 0
distrho/src/jackbridge/NativeBridge.hpp View File

@@ -91,6 +91,8 @@ struct NativeBridge {
}
#endif
return false;
// maybe unused
(void)event;
}

void clearEventBuffer()
@@ -122,6 +124,9 @@ struct NativeBridge {
midiOutBuffer.commitWrite();
#endif
return false;
// maybe unused
(void)data;
(void)time;
}

void allocBuffers()


Loading…
Cancel
Save