commit a580ac1c42a5dc11d9706c507dc7c8848009d3ae
parent 9114ff8c7349bd578188803bf75cd7be6b074335
Author: Christian Grothoff <christian@grothoff.org>
Date: Tue, 3 Jan 2017 18:41:19 +0100
disable MHD deprecation warnings as we want to be compatible to older releases that simply have not the new symbols (fixing #4845)
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/src/include/platform.h b/src/include/platform.h
@@ -51,6 +51,11 @@
/* Do not use deprecated functions from gcrypt */
#define GCRYPT_NO_DEPRECATED 1
+/* Ignore MHD deprecations for now as we want to be compatible
+ to "ancient" MHD releases. */
+#define MHD_NO_DEPRECATION 1
+
+
#endif /* PLATFORM_H_ */
/* end of platform.h */