diff options
author | Alex Schroeder <alex@gnu.org> | 2017-08-09 07:55:15 +0200 |
---|---|---|
committer | Alex Schroeder <alex@gnu.org> | 2017-08-09 07:55:15 +0200 |
commit | d11822ad2ff37193c8a5c6fc34d8c175e2281efc (patch) | |
tree | 5efd2bf1eeccd36d909d7ec811efa1c1a623c260 /irc.h | |
parent | a9e0de25139d71ddb979d053049b32803a97dbbc (diff) |
Twitter: fix format strings for integers
Silence the following compiler warning: format specifies type
'unsigned long long' but the argument has type 'guint64'. When
formatting a json_integer, use PRId64 for int64_t. When formatting
ordinary integers, use G_GUINT64_FORMAT for guint64.
Diffstat (limited to 'irc.h')
0 files changed, 0 insertions, 0 deletions