- Notifications
You must be signed in to change notification settings - Fork5
Commit04de9be
committed
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 usingfull-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 thanone disbled linker warning - because MSVC wants commas between linker warnings,and semicolons between compiler warnings...1 parentce92f8b commit04de9be
1 file changed
+8
-2
lines changedLines changed: 8 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3 | 3 |
| |
4 | 4 |
| |
5 | 5 |
| |
6 |
| - | |
| 6 | + | |
7 | 7 |
| |
8 | 8 |
| |
9 | 9 |
| |
| |||
333 | 333 |
| |
334 | 334 |
| |
335 | 335 |
| |
336 |
| - | |
| 336 | + | |
337 | 337 |
| |
338 | 338 |
| |
339 | 339 |
| |
| |||
348 | 348 |
| |
349 | 349 |
| |
350 | 350 |
| |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
351 | 355 |
| |
352 | 356 |
| |
353 | 357 |
| |
| |||
494 | 498 |
| |
495 | 499 |
| |
496 | 500 |
| |
| 501 | + | |
497 | 502 |
| |
| 503 | + | |
498 | 504 |
| |
499 | 505 |
| |
500 | 506 |
| |
|
0 commit comments
Comments
(0)