aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@cryptomilk.org>2014-01-08 10:55:20 +0100
committerAndreas Schneider <asn@cryptomilk.org>2014-01-08 10:55:20 +0100
commitb617d7fa29f1dfbd481b32f08c9602bf236c339c (patch)
treefcafae3409036931ecaf616c5c632035a7c798ce /include
parent4b3363ecf2a96ab07426aa0834d8c666634b37ff (diff)
downloadlibssh-b617d7fa29f1dfbd481b32f08c9602bf236c339c.tar.gz
libssh-b617d7fa29f1dfbd481b32f08c9602bf236c339c.tar.xz
libssh-b617d7fa29f1dfbd481b32f08c9602bf236c339c.zip
include: Remove warning cause VSC doesn't know about it.
Diffstat (limited to 'include')
-rw-r--r--include/libssh/priv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/libssh/priv.h b/include/libssh/priv.h
index abf93ef7..b7706eb9 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -267,7 +267,6 @@ int match_hostname(const char *host, const char *pattern, unsigned int len);
memset((x), '\0', (size)); __asm__ volatile("" : : "r"(&(x)) : "memory"); \
} while(0)
#else /* HAVE_GCC_VOLATILE_MEMORY_PROTECTION */
-#warning "We do not have asn volatile memory protection"
/** Overwrite a string with '\0' */
# define BURN_STRING(x) do { \
if ((x) != NULL) memset((x), '\0', strlen((x))); \