Use GNU printf format
authorРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Feb 2017 12:44:28 +0000 (12:44 +0000)
committerРуслан Ижбулатов <lrn1986@gmail.com>
Sat, 25 Feb 2017 21:02:07 +0000 (21:02 +0000)
commite933b0a58ab7b0f21faef0267c2cb835cabd5a03
treef6d221e2d17166d3353361e9b141c26ee510a457
parentb4c3f31e666236ec63358533559a470bff1dfbfd
Use GNU printf format

This change only affects W32. GCC resolves "printf" format attribute to "gnu_printf"
or "ms_printf" depending on the host platform. Make sure it uses gnu_printf even on
W32, because all format strings GNUnet uses are in GNU format.
src/include/gnunet_common.h