compile warning in CVS HEAD - Mailing list pgsql-hackers

From Neil Conway
Subject compile warning in CVS HEAD
Date
Msg-id B9D29586-7917-11D8-87C1-000A95AB279E@samurai.com
Whole thread Raw
Responses Re: compile warning in CVS HEAD  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I get the following warning compiling CVS HEAD:

[neilc:/Users/neilc/pgsql]% make -C src/backend/utils/error all
[ ... ]
gcc -no-cpp-precomp -O0 -Winline -fno-strict-aliasing -g -Wall 
-Wmissing-prototypes -Wmissing-declarations -I../../../../src/include 
-I/sw/include  -c -o elog.o elog.c -MMD
elog.c: In function `log_line_prefix':
elog.c:1123: warning: passing arg 1 of `localtime' from incompatible 
pointer type

This is on Mac OSX 10.3 w/ gcc 3.3

-Neil



pgsql-hackers by date:

Previous
From: Kurt Roeckx
Date:
Subject: Re: fsync method checking
Next
From: Tom Lane
Date:
Subject: Re: fsync method checking