diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 20:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-07-11 01:28:41 +0200 |
| commit | 8b3a282e00d907320123e450ac6faee29cfe0e4d (patch) | |
| tree | 61da682be6952af255c1c3e900db6a67f76ce87a /src/KM_xml.cpp | |
| parent | 1b64c426f5bb727217984d353c5c3671f9bc4eed (diff) | |
Remove some unused variables.
Diffstat (limited to 'src/KM_xml.cpp')
| -rw-r--r-- | src/KM_xml.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/KM_xml.cpp b/src/KM_xml.cpp index 68839a1..5037391 100644 --- a/src/KM_xml.cpp +++ b/src/KM_xml.cpp @@ -1047,14 +1047,14 @@ Kumu::XMLElement::ParseFirstFromString(const char* document, ui32_t doc_len) // bool -Kumu::XMLElement::ParseString(const char* document, ui32_t doc_len) +Kumu::XMLElement::ParseString(const char*, ui32_t) { DefaultLogSink().Error("Kumu compiled without XML parser support.\n"); return false; } bool -Kumu::XMLElement::ParseFirstFromString(const char* document, ui32_t doc_len) +Kumu::XMLElement::ParseFirstFromString(const char*, ui32_t) { DefaultLogSink().Error("Kumu compiled without XML parser support.\n"); return false; |
