mirror of
https://git.libssh.org/projects/libssh.git
synced 2026-02-09 09:54:25 +09:00
Support SSH_SUPPRESS_DEPRECATED
Signed-off-by: Jeroen Ooms <jeroenooms@gmail.com>
Reviewed-by: Jakub Jelen <jjelen@redhat.com>
(cherry picked from commit 78978dc6ce)
This commit is contained in:
committed by
Andreas Schneider
parent
a29f98be26
commit
92eedd8f19
@@ -82,7 +82,7 @@
|
|||||||
#define PRINTF_ATTRIBUTE(a,b)
|
#define PRINTF_ATTRIBUTE(a,b)
|
||||||
#endif /* __GNUC__ */
|
#endif /* __GNUC__ */
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if !defined(SSH_SUPPRESS_DEPRECATED) && defined(__GNUC__)
|
||||||
#define SSH_DEPRECATED __attribute__ ((deprecated))
|
#define SSH_DEPRECATED __attribute__ ((deprecated))
|
||||||
#else
|
#else
|
||||||
#define SSH_DEPRECATED
|
#define SSH_DEPRECATED
|
||||||
|
|||||||
Reference in New Issue
Block a user