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:
parent
9114ff8c73
commit
a580ac1c42
@ -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 */
|
||||||
|
Loading…
Reference in New Issue
Block a user