mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-19 21:03:48 -07:00
Merge branch 'master' of github.com:RfidResearchGroup/proxmark3
This commit is contained in:
commit
e26f57628a
1 changed files with 1 additions and 0 deletions
|
@ -555,6 +555,7 @@ enum CborPrettyFlags {
|
||||||
CborPrettyDefaultFlags = CborPrettyIndicateIndeterminateLength
|
CborPrettyDefaultFlags = CborPrettyIndicateIndeterminateLength
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/* cf https://sourceforge.net/p/mingw-w64/wiki2/gnu%20printf/ */
|
||||||
typedef CborError(*CborStreamFunction)(void *token, const char *fmt, ...)
|
typedef CborError(*CborStreamFunction)(void *token, const char *fmt, ...)
|
||||||
#if defined(__MINGW32__) || defined(__MINGW64__)
|
#if defined(__MINGW32__) || defined(__MINGW64__)
|
||||||
__attribute__((format (__MINGW_PRINTF_FORMAT, 2, 3)));
|
__attribute__((format (__MINGW_PRINTF_FORMAT, 2, 3)));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue