From: | Magnus Hagander <magnus(at)hagander(dot)net> |
---|---|
To: | pgsql-patches <pgsql-patches(at)postgresql(dot)org> |
Subject: | msvc const warnings |
Date: | 2007-07-24 11:53:15 |
Message-ID: | 20070724115315.GE19199@svr2.hagander.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-patches |
MSVC generates a number of const warnings, that's been discussed before
(http://archives.postgresql.org/pgsql-hackers/2007-01/msg01214.php)
Attached patch adds a pragma to get rid of the warnings. Again, not sure if
it's worth it?
I think I need to #ifdef the pragma - gcc generates a warning if it sees it
in -Wall, and that'd certainly be worse :-)
Stefan mentioned that the warning may be one that shows up in a different
compiler somewhere as well, thouh, which might indicate that we should fix
the underlying issue? (Even if the code is correct, if it confuses multiple
compilers...)
//Magnus
Attachment | Content-Type | Size |
---|---|---|
msvc_const.diff | text/plain | 1.3 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Gregory Stark | 2007-07-24 12:19:58 | Re: plperl warnings on win32 |
Previous Message | Magnus Hagander | 2007-07-24 11:50:45 | Re: plperl warnings on win32 |