Actions
Bug #741
closedSuppress LNK4217 warning about symbol _xmlFree on Windows
Start date:
2017-03-28
Due date:
% Done:
100%
Estimated time:
Module:
Operating System:
Compiler:
Description
The warning appears in a static compile (not DLL); in this case apparently the macro LIBXML_STATIC must be defined
before including the libxml2 header files to avoid a dllspec declaration in the header file that causes this warning.
Updated by Jan Schlamelcher over 8 years ago
- Status changed from New to Closed
- Assignee set to Jan Schlamelcher
- % Done changed from 0 to 100
Closed by commit #d84f3a9651a68d65.
Actions