From aa1ea57fbbfe775168dacceb707a1dc80dc02dae Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 16 Jul 2012 19:43:03 +0100 Subject: Fix ADSCP warnings. --- asdcplib/src/KM_xml.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asdcplib/src/KM_xml.cpp') diff --git a/asdcplib/src/KM_xml.cpp b/asdcplib/src/KM_xml.cpp index 6542084a..9521c450 100644 --- a/asdcplib/src/KM_xml.cpp +++ b/asdcplib/src/KM_xml.cpp @@ -559,7 +559,7 @@ struct xph_test_wrapper // expat wrapper functions, map callbacks to IASAXHandler // static void -xph_test_start(void* p, const XML_Char* name, const XML_Char** attrs) +xph_test_start(void* p, const XML_Char*, const XML_Char**) { assert(p); xph_test_wrapper* Wrapper = (xph_test_wrapper*)p; -- cgit v1.2.3