libupnp/ixml/inc
zephyrus d02c01fa6e 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);
(cherry picked from commit 9965f02727)
2012-03-07 17:18:15 -03:00
..
ixml.h SF Patches Tracker id 3498437 - a header patch: ixml.h 1.6.15 2012-03-07 17:18:15 -03:00
ixmldebug.h ixml: Fix for compiler warnings for size_t and ptrdiff_t. 2010-11-16 03:15:49 -02:00