mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-08-21 22:03:19 -07:00
avoid compiler warning in client/cliparser/argtable3.c
This commit is contained in:
parent
0d5545cee0
commit
b8af3b3526
1 changed files with 2 additions and 0 deletions
|
@ -389,7 +389,9 @@ static void warnx(const char *fmt, ...)
|
||||||
#endif
|
#endif
|
||||||
va_end(ap);
|
va_end(ap);
|
||||||
|
|
||||||
|
#if defined(_MSC_VER)
|
||||||
#pragma warning(suppress: 6053)
|
#pragma warning(suppress: 6053)
|
||||||
|
#endif
|
||||||
fprintf(stderr, "%s\n", opterrmsg);
|
fprintf(stderr, "%s\n", opterrmsg);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue