Обсуждение: pgsql: Force use of "%I64d" format for 64 bit ints on MinGW.

Поиск
Список
Период
Сортировка

pgsql: Force use of "%I64d" format for 64 bit ints on MinGW.

От
Andrew Dunstan
Дата:
Force use of "%I64d" format for 64 bit ints on MinGW.

Both this and "%lld" work, but the compiler's format checking doesn't
like "%lld", so we get all sorts of spurious warnings.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/52d01c2f52c462d29ae0fdfa44c3cae129148a6d

Modified Files
--------------
src/include/port/win32.h |   13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)