fix compile warnings

This commit is contained in:
veejay
2023-10-08 21:02:38 +02:00
parent bdb5bb9f87
commit 4b51deabe4
18 changed files with 50 additions and 76 deletions

View File

@@ -52,7 +52,7 @@
#define max(a,b) (((a) < (b)) ? (b) : (a))
#define MAX_OUTPUT_PORTS 2
#define MAX_INPUT_PORTS 0
#define MAX_INPUT_PORTS 2
#define DEFAULT_VOLUME 100