projects
/
packages
/
scummvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4a51d5d
)
- narrow the scope of what forbidden symbols are allowed
auto/th/scummvm-2.1.1-1
author
Jan Rękorajski
<baggins@pld-linux.org>
Mon, 1 Jun 2020 08:32:35 +0000
(10:32 +0200)
committer
Jan Rękorajski
<baggins@pld-linux.org>
Mon, 1 Jun 2020 08:32:35 +0000
(10:32 +0200)
fluidsynth-printf-attr.patch
patch
|
blob
|
blame
|
history
diff --git
a/fluidsynth-printf-attr.patch
b/fluidsynth-printf-attr.patch
index 652b2d0134688340a7dbbecc979ae09d5552d03c..11f4f20acc54912b9be182e6587a102de61bf198 100644
(file)
--- a/
fluidsynth-printf-attr.patch
+++ b/
fluidsynth-printf-attr.patch
@@
-1,10
+1,11
@@
--- scummvm-2.1.1/audio/softsynth/fluidsynth.cpp.orig 2020-01-17 21:06:39.000000000 +0100
+++ scummvm-2.1.1/audio/softsynth/fluidsynth.cpp 2020-06-01 10:20:46.232483212 +0200
-@@ -20,6 +20,
7
@@
+@@ -20,6 +20,
8
@@
*
*/
-+#define FORBIDDEN_SYMBOL_ALLOW_ALL
++// __attribute__ ((format (printf, 2, 3))) in fluidsynth/log.h
++#define FORBIDDEN_SYMBOL_EXCEPTION_printf
#include "common/scummsys.h"
#ifdef USE_FLUIDSYNTH
This page took
0.049935 seconds
and
4
git commands to generate.