Silence a warning in the node graph example.

This commit is contained in:
David Reid
2024-02-28 08:15:13 +10:00
parent 5cb0c05675
commit e3af234720
+1
View File
@@ -88,6 +88,7 @@ void data_callback(ma_device* pDevice, void* pOutput, const void* pInput, ma_uin
ma_node_graph_read_pcm_frames(&g_nodeGraph, pOutput, frameCount, NULL);
(void)pInput; /* Unused. */
(void)pDevice; /* Unused. */
}
int main(int argc, char** argv)