Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5924878

Browse files
committed
Fix function prototype to silence compiler warnings.
1 parentfae032c commit5924878

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/timezone/strftime.c

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
1616
*
1717
* IDENTIFICATION
18-
* $PostgreSQL: pgsql/src/timezone/strftime.c,v 1.12 2008/02/16 21:16:04 tgl Exp $
18+
* $PostgreSQL: pgsql/src/timezone/strftime.c,v 1.13 2008/02/19 12:06:35 mha Exp $
1919
*/
2020

2121
#include"postgres.h"
@@ -92,7 +92,8 @@ static char *_add(const char *, char *, const char *);
9292
staticchar*_conv(int,constchar*,char*,constchar*);
9393
staticchar*_fmt(constchar*,conststructpg_tm*,char*,
9494
constchar*,int*);
95-
staticchar*_yconv(int,int,int,int,char*,constchar*);
95+
staticchar*_yconv(constint,constint,constint,constint,
96+
char*,constchar*const);
9697

9798
#defineIN_NONE 0
9899
#defineIN_SOME 1

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp