Re: rint() replacement - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: rint() replacement
Date
Msg-id 015a01c3165c$511b45d0$6401a8c0@DUNSLANE
Whole thread Raw
In response to Re: rint() replacement  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: rint() replacement
List pgsql-hackers
speaking of rint(), I just got this on Linux on a clean get from CVS:

gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I../../../.
./src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../
src/include   -c -o dt_common.o dt_common.c
dt_common.c: In function `dt2time':
dt_common.c:1271: warning: implicit declaration of function `rint'

which I guess is kinda undesirable...

andrew



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: 7.4 features list
Next
From: "Dann Corbit"
Date:
Subject: Re: rint() replacement