| From: | Hannes Eder <Hannes(at)HannesEder(dot)net> |
|---|---|
| To: | Magnus Hagander <magnus(at)hagander(dot)net> |
| Cc: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>, pgsql-patches <pgsql-patches(at)postgresql(dot)org>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Subject: | minor compiler warning in libpg/fe-secure.c on win32 (msvc) |
| Date: | 2007-10-02 21:45:51 |
| Message-ID: | 4702BC0F.20803@HannesEder.net |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Hi,
while rebuilding the entire project I ran across following warning:
.\src\interfaces\libpq\fe-secure.c(593): warning C4101: 'fp' :
unreferenced local variable
see attached diff for a fix.
-Hannes
| Attachment | Content-Type | Size |
|---|---|---|
| fe-secure.c-200710021.diff | text/x-diff | 549 bytes |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2007-10-02 22:18:00 | Re: minor compiler warning in libpg/fe-secure.c on win32 (msvc) |
| Previous Message | Josh Berkus | 2007-10-02 21:17:37 | Re: Index |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Neil Conway | 2007-10-02 22:18:00 | Re: minor compiler warning in libpg/fe-secure.c on win32 (msvc) |
| Previous Message | Tom Lane | 2007-10-02 20:07:06 | Re: ecpg thread-safe descriptor |