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

Commitfa940fd

Browse files
committed
cc1: warnings being treated as errors
dt.c: In function `timespan2tm':dt.c:1722: warning: unused variable `funit'dt.c:1722: warning: unused variable `iunit'-> got rid of them.
1 parentb46e5b5 commitfa940fd

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/adt

1 file changed

+2
-2
lines changed

‎src/backend/utils/adt/dt.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.23 1997/05/30 15:02:51 thomas Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/utils/adt/Attic/dt.c,v 1.24 1997/06/03 06:32:56 vadim Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -1719,7 +1719,7 @@ printf( "tm2datetime- time is %f %02d:%02d:%02d %f\n", time, tm->tm_hour, tm->tm
17191719
int
17201720
timespan2tm(TimeSpanspan,structtm*tm,float8*fsec)
17211721
{
1722-
doubletime,iunit,funit;
1722+
doubletime;
17231723

17241724
if (span.month!=0) {
17251725
tm->tm_year=span.month /12;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp