pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings. - Mailing list pgsql-committers

From Noah Misch
Subject pgsql: pg_ctl: Cast DWORD values to avoid -Wformat warnings.
Date
Msg-id E1XdWTi-0007TF-3S@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
pg_ctl: Cast DWORD values to avoid -Wformat warnings.

This affects pg_ctl alone, because pg_ctl takes the exceptional step of
calling Windows API functions in a Cygwin build.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/27a23f9dfe81e324e5e51e04aad364bcaaff1096

Modified Files
--------------
src/bin/pg_ctl/pg_ctl.c |   34 ++++++++++++++++++++++++++--------
1 file changed, 26 insertions(+), 8 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Fix quoting in the add_to_path Makefile macro.
Next
From: Noah Misch
Date:
Subject: pgsql: Suppress dead, unportable src/port/crypt.c code.