| From: | Neil Conway <neilc(at)samurai(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Cc: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Subject: | compile warning in CVS HEAD |
| Date: | 2004-03-18 20:06:21 |
| Message-ID: | B9D29586-7917-11D8-87C1-000A95AB279E@samurai.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-03-18 20:08:48 | Re: [HACKERS] fsync method checking |
| Previous Message | Kurt Roeckx | 2004-03-18 20:03:59 | Re: [HACKERS] fsync method checking |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2004-03-18 20:29:25 | Re: compile warning in CVS HEAD |
| Previous Message | Tom Lane | 2004-03-18 19:52:07 | Re: syntax error position "CREATE FUNCTION" bug fix |