aboutsummaryrefslogtreecommitdiff
path: root/audio/softsynth/mt32/synth.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'audio/softsynth/mt32/synth.cpp')
-rw-r--r--audio/softsynth/mt32/synth.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/audio/softsynth/mt32/synth.cpp b/audio/softsynth/mt32/synth.cpp
index 4d1c612942..112527cc71 100644
--- a/audio/softsynth/mt32/synth.cpp
+++ b/audio/softsynth/mt32/synth.cpp
@@ -19,6 +19,12 @@
* IN THE SOFTWARE.
*/
+// FIXME: Avoid using printf
+#define FORBIDDEN_SYMBOL_EXCEPTION_printf
+
+// FIXME: Avoid using vprintf
+#define FORBIDDEN_SYMBOL_EXCEPTION_vprintf
+
#include <math.h>
#include <string.h>
#include <stdlib.h>