diff options
author | Magnus Hagander <magnus@hagander.net> | 2010-01-05 11:12:50 +0000 |
---|---|---|
committer | Magnus Hagander <magnus@hagander.net> | 2010-01-05 11:12:50 +0000 |
commit | 04de9be9106987a889429048bb3cc7ef5fa5d31f (patch) | |
tree | 5814c950b19dff5ff969c6115a417a23a6b5dc9d /src/backend/tcop/postgres.c | |
parent | ce92f8b4634b128c4e1090d26617a17fb73ae3d5 (diff) | |
download | postgresql-04de9be9106987a889429048bb3cc7ef5fa5d31f.tar.gz postgresql-04de9be9106987a889429048bb3cc7ef5fa5d31f.zip |
Disable linker warning 4197 on Win64, that is caused by the fact that we export
symbols both using __declspec(dllexport) (via the PGDLLIMPORT macro) and using
full-dll-export. This works without warning on Win32, but not on Win64.
In passing, fix the fact that the framework could never deal with more than
one disbled linker warning - because MSVC wants commas between linker warnings,
and semicolons between compiler warnings...
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions