summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/hermes/src.H_Format.h.p
diff options
context:
space:
mode:
authorOle Loots <ole@monochrom.net>2012-11-07 23:23:21 +0100
committerJohn-Mark Bell <jmb@netsurf-browser.org>2012-11-07 23:10:04 +0000
commitd5454c6f9ca42956a8e0a20fa008b34fe4ed4506 (patch)
tree2f303471183ee005b601156ed3fe0c24f008903f /sdk/recipes/patches/hermes/src.H_Format.h.p
parentf0d22aac3de70afdf05a97758ab4c5cfde2b7064 (diff)
downloadtoolchains-d5454c6f9ca42956a8e0a20fa008b34fe4ed4506.tar.gz
toolchains-d5454c6f9ca42956a8e0a20fa008b34fe4ed4506.tar.bz2
Fix a bunch of warnings by patching windom and Hermes headers.
Diffstat (limited to 'sdk/recipes/patches/hermes/src.H_Format.h.p')
-rw-r--r--sdk/recipes/patches/hermes/src.H_Format.h.p11
1 files changed, 11 insertions, 0 deletions
diff --git a/sdk/recipes/patches/hermes/src.H_Format.h.p b/sdk/recipes/patches/hermes/src.H_Format.h.p
new file mode 100644
index 0000000..0a4181f
--- /dev/null
+++ b/sdk/recipes/patches/hermes/src.H_Format.h.p
@@ -0,0 +1,11 @@
+--- src/H_Format.h.orig 2012-11-07 23:02:54.000000000 +0100
++++ src/H_Format.h 2012-11-07 23:05:47.000000000 +0100
+@@ -17,7 +17,7 @@
+ int32 colorkey; /* colorkey, if has_colorkey is 1 */
+ } HermesFormat;
+
+-HERMES_C HermesFormat* HERMES_API Hermes_FormatNewEmpty();
++HERMES_C HermesFormat* HERMES_API Hermes_FormatNewEmpty(void);
+
+ /* Create a new format structure, returns 0 if failed.
+ */