]> git.pld-linux.org Git - packages/scummvm.git/blame - fluidsynth-printf-attr.patch
- narrow the scope of what forbidden symbols are allowed
[packages/scummvm.git] / fluidsynth-printf-attr.patch
CommitLineData
4a51d5d3
JR
1--- scummvm-2.1.1/audio/softsynth/fluidsynth.cpp.orig 2020-01-17 21:06:39.000000000 +0100
2+++ scummvm-2.1.1/audio/softsynth/fluidsynth.cpp 2020-06-01 10:20:46.232483212 +0200
1471dea2 3@@ -20,6 +20,8 @@
4a51d5d3
JR
4 *
5 */
6
1471dea2
JR
7+// __attribute__ ((format (printf, 2, 3))) in fluidsynth/log.h
8+#define FORBIDDEN_SYMBOL_EXCEPTION_printf
4a51d5d3
JR
9 #include "common/scummsys.h"
10
11 #ifdef USE_FLUIDSYNTH
This page took 0.059179 seconds and 4 git commands to generate.