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