diff --git a/mongoose.c b/mongoose.c index 8379c6eb..10d3924d 100644 --- a/mongoose.c +++ b/mongoose.c @@ -9795,7 +9795,6 @@ int mg_is_big_endian(void) { return ((char *) &n)[0] == 0; } - DO_NOT_WARN_UNUSED MG_INTERNAL int mg_get_errno(void) { #ifndef WINCE return errno;