[ox] Address CLion warnings

This commit is contained in:
2021-02-27 02:38:18 -06:00
parent 44f4d67c80
commit 70168286ab
13 changed files with 10 additions and 39 deletions

View File

@@ -216,7 +216,6 @@ Error MetalClawWriter::appendInteger(I val) noexcept {
oxReturnError(m_fieldPresence.set(m_field, fieldSet));
m_field++;
return OxError(0);
;
}
template<typename T>