| 20 | } |
| 21 | |
| 22 | IJsonHandler* JsonHandler::readInt32(int32_t /*i*/) { |
| 23 | this->reportWarning("An integer value is not allowed and has been ignored."); |
| 24 | return this->parent(); |
| 25 | } |
| 26 | |
| 27 | IJsonHandler* JsonHandler::readUint32(uint32_t /*i*/) { |
| 28 | this->reportWarning("An integer value is not allowed and has been ignored."); |
no test coverage detected