aboutsummaryrefslogtreecommitdiff
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:39 +0100
commit8aad24c06297496b76af23e7a1053868f1cd6666 (patch)
tree7d035cb4856812bb6d659c3021d19f7859d487c5
parent0e5510bb999c125cbdd0fdb9ad1fe4def9c2ecd5 (diff)
downloadlibssh-8aad24c06297496b76af23e7a1053868f1cd6666.tar.gz
libssh-8aad24c06297496b76af23e7a1053868f1cd6666.tar.xz
libssh-8aad24c06297496b76af23e7a1053868f1cd6666.zip
include: Remove warning cause VSC doesn't know about it.
-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 b7c71065..c1707344 100644
--- a/include/libssh/priv.h
+++ b/include/libssh/priv.h
@@ -266,7 +266,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))); \