disable MHD deprecation warnings as we want to be compatible to older releases that simply have not the new symbols (fixing #4845)

This commit is contained in:
Christian Grothoff 2017-01-03 18:41:19 +01:00
parent 9114ff8c73
commit a580ac1c42
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -51,6 +51,11 @@
/* Do not use deprecated functions from gcrypt */ /* Do not use deprecated functions from gcrypt */
#define GCRYPT_NO_DEPRECATED 1 #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_ */ #endif /* PLATFORM_H_ */
/* end of platform.h */ /* end of platform.h */