projects
/
proxmark3-svn
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d5545c
)
avoid compiler warning in client/cliparser/argtable3.c (#746)
author
pwpiwi
<pwpiwi@users.noreply.github.com>
Fri, 4 Jan 2019 07:53:30 +0000
(08:53 +0100)
committer
GitHub
<noreply@github.com>
Fri, 4 Jan 2019 07:53:30 +0000
(08:53 +0100)
client/cliparser/argtable3.c
patch
|
blob
|
blame
|
history
diff --git
a/client/cliparser/argtable3.c
b/client/cliparser/argtable3.c
index f70f68c7ea2b0ecbd0431cfc614aff20ed1e6aeb..c661d26f7b30d781976c6c91fe53819c7ce66360 100644
(file)
--- a/
client/cliparser/argtable3.c
+++ b/
client/cliparser/argtable3.c
@@
-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);
}
Impressum
,
Datenschutz