diff options
| author | Carl Hetherington <cth@carlh.net> | 2020-04-06 20:06:14 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2020-04-06 21:20:23 +0200 |
| commit | 2c52b323e0099e63856fae099d127b2a093d510c (patch) | |
| tree | 8de1e94f86a473fded081646b3dcf9ec669d89b5 /src/KM_xml.cpp | |
| parent | 7b70b206a3bd767aad3a9a3c789cff9d0e9c38f2 (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; |
