pgsql: Fix function prototype to silence compiler warnings.

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix function prototype to silence compiler warnings.
Date: 2008-02-19 12:06:35
Message-ID: 20080219120635.54AE1754108@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix function prototype to silence compiler warnings.

Modified Files:
--------------
pgsql/src/timezone:
strftime.c (r1.12 -> r1.13)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/timezone/strftime.c?r1=1.12&r2=1.13)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-02-19 12:41:47 Re: pgsql: Added --htmldir option to pg_config, equivalent to the new
Previous Message Magnus Hagander 2008-02-19 12:00:03 pgsql: Unbreak MSVC build after recent addition of HTMLDIR.