From: Robert Haas Date: Sat, 9 Nov 2013 23:53:57 +0000 (-0500) Subject: Fix ECPG compiler warning. X-Git-Tag: REL9_4_BETA1~965 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=dca09ac53329e92d73f45674957c26d3d7ae5117;p=postgresql Fix ECPG compiler warning. Commit 9b4d52f2095be96ca238ce41f6963ec56376491f failed to notice that pg_regress_ecpg needed updating. This patch was independently submitted by both David Rowley and Andres Freund. --- diff --git a/src/interfaces/ecpg/test/pg_regress_ecpg.c b/src/interfaces/ecpg/test/pg_regress_ecpg.c index d01703e4eb..740b566a62 100644 --- a/src/interfaces/ecpg/test/pg_regress_ecpg.c +++ b/src/interfaces/ecpg/test/pg_regress_ecpg.c @@ -159,7 +159,7 @@ ecpg_start_test(const char *testname, } static void -ecpg_init(void) +ecpg_init(int argc, char *argv[]) { /* nothing to do here at the moment */ }