Fix for compilation in debug builds.
Ensure internal methods are declared as static since debug builds don't inline.
This commit is contained in:
committed by
Marcelo Roberto Jimenez
parent
0833b880d4
commit
15fb28c622
@@ -216,6 +216,11 @@ Version 1.8.0
|
|||||||
Version 1.6.7
|
Version 1.6.7
|
||||||
*******************************************************************************
|
*******************************************************************************
|
||||||
|
|
||||||
|
2010-09-10 Chandra Penke <chandrapenke(at)mcntech.com>
|
||||||
|
Fix for compilation in debug builds.
|
||||||
|
|
||||||
|
Ensure internal methods are declared as static since debug builds don't inline.
|
||||||
|
|
||||||
2010-09-09 Chandra Penke <chandrapenke(at)mcntech.com>
|
2010-09-09 Chandra Penke <chandrapenke(at)mcntech.com>
|
||||||
Fix for regression in SSDP code to send/receive messages over UDP
|
Fix for regression in SSDP code to send/receive messages over UDP
|
||||||
|
|
||||||
|
|||||||
@@ -308,7 +308,7 @@ search_extension( IN const char *extension,
|
|||||||
* 0 - On Sucess
|
* 0 - On Sucess
|
||||||
* UPNP_E_OUTOF_MEMORY - on memory allocation failures
|
* UPNP_E_OUTOF_MEMORY - on memory allocation failures
|
||||||
************************************************************************/
|
************************************************************************/
|
||||||
UPNP_INLINE int
|
static UPNP_INLINE int
|
||||||
get_content_type(
|
get_content_type(
|
||||||
IN const char *filename,
|
IN const char *filename,
|
||||||
OUT UpnpFileInfo *fileInfo)
|
OUT UpnpFileInfo *fileInfo)
|
||||||
|
|||||||
Reference in New Issue
Block a user