diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:43:03 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-07-16 19:43:03 +0100 |
| commit | aa1ea57fbbfe775168dacceb707a1dc80dc02dae (patch) | |
| tree | 190af7a8ea03d9a0ea1fade70676d163c2f060f2 /asdcplib/src/KM_xml.cpp | |
| parent | d2149e1d5f1acf35fd96081c36a2f7ff6ca2f095 (diff) | |
Fix ADSCP warnings.
Diffstat (limited to 'asdcplib/src/KM_xml.cpp')
| -rw-r--r-- | asdcplib/src/KM_xml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
