diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-03-04 23:13:18 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-03-04 23:13:18 +0900 |
commit | 5bb80b76b093130be14161bb0c8d05f6fea749f3 () | |
tree | 938e973e04144fc4bbadd8be7abc95d269309e3d /vsnprintf.c | |
parent | 364526cd70764e3f8f9137d7782ae36d5d8fe448 (diff) |
[win32] suppress false warning by mingw gcc
-rw-r--r-- | vsnprintf.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -561,7 +561,7 @@ BSD_vfprintf(FILE *fp, const char *fmt0, va_list ap) int fprec = 0; /* floating point precision */ char expstr[7]; /* buffer for exponent string */ #endif - u_long MAYBE_UNUSED(ulval); /* integer arguments %[diouxX] */ #ifdef _HAVE_SANE_QUAD_ u_quad_t MAYBE_UNUSED(uqval); /* %q integers */ #endif /* _HAVE_SANE_QUAD_ */ |