1
1

include: Remove warning cause VSC doesn't know about it.

Этот коммит содержится в:
Andreas Schneider 2014-01-08 10:55:20 +01:00
родитель 4b3363ecf2
Коммит b617d7fa29

Просмотреть файл

@ -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))); \