From 9b2ef340dceebc3db36519051e45af0fd9477850 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 17 May 2011 12:58:34 +0200 Subject: COMMON: Forbid use of some more symbols --- audio/softsynth/mt32/tables.cpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'audio/softsynth/mt32/tables.cpp') diff --git a/audio/softsynth/mt32/tables.cpp b/audio/softsynth/mt32/tables.cpp index 4bb6a06053..25ee0436db 100644 --- a/audio/softsynth/mt32/tables.cpp +++ b/audio/softsynth/mt32/tables.cpp @@ -19,6 +19,10 @@ * IN THE SOFTWARE. */ + +// FIXME: Avoid using rand +#define FORBIDDEN_SYMBOL_EXCEPTION_rand + #include #include #include -- cgit v1.2.3