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

Commit295615a

Browse files
committed
This patch fixes this warning.
gettimeofday.c:35: warning: integer constant is too large for "long"typeKris Jurka
1 parentef3f7c3 commit295615a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/port/gettimeofday.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* gettimeofday.c
33
* Win32 gettimeofday() replacement
44
*
5-
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.7 2005/12/16 21:55:27 alvherre Exp $
5+
* $PostgreSQL: pgsql/src/port/gettimeofday.c,v 1.8 2006/03/03 23:59:14 momjian Exp $
66
*
77
* Copyright (c) 2003 SRA, Inc.
88
* Copyright (c) 2003 SKC, Inc.
@@ -32,7 +32,7 @@
3232

3333

3434
/* FILETIME of Jan 1 1970 00:00:00. */
35-
staticconstunsigned__int64epoch=116444736000000000L;
35+
staticconstunsigned__int64epoch=116444736000000000LL;
3636

3737
/*
3838
* timezone information is stored outside the kernel so tzp isn't used anymore.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp