libupnp/ixml/inc
zephyrus 9965f02727 SF Patches Tracker id 3498437 - a header patch: ixml.h 1.6.15
Submitted: zephyrus ( zephyrus00jp ) - 2012-03-07 02:31:14 PST

Details: a function is declared as
EXPORT_SPEC IXML_Document *ixmlDocument_createDocument();

This should read as follows in order to suppress strict prototype checking by GCC.
EXPORT_SPEC IXML_Document *ixmlDocument_createDocument(void);
2012-03-07 17:15:54 -03:00
..
ixml.h SF Patches Tracker id 3498437 - a header patch: ixml.h 1.6.15 2012-03-07 17:15:54 -03:00
ixmldebug.h ixml: Fix for compiler warnings for size_t and ptrdiff_t. 2010-11-15 21:29:07 -02:00