Enable compiler warnings, remove dead code, fix unused variable
This commit is contained in:
@@ -434,7 +434,6 @@ public:
|
||||
result<parser> next() const {
|
||||
auto hdr = header_byte();
|
||||
if (!hdr) return std::unexpected(hdr.error());
|
||||
uint8_t b = *hdr;
|
||||
|
||||
if (is_array()) {
|
||||
auto info = get_body_info(m_p, m_size);
|
||||
|
||||
Reference in New Issue
Block a user