datamatrix library pass

This commit is contained in:
Henry Schimke
2022-11-27 12:16:04 -06:00
parent 07769fe154
commit ba02512695
3 changed files with 71 additions and 42 deletions

View File

@@ -219,7 +219,7 @@ impl SymbolInfo {
}
}
pub fn getErrorLengthForInterleavedBlock(&self, index: u32) -> u32 {
pub fn getErrorLengthForInterleavedBlock(&self, _index: u32) -> u32 {
self.rsBlockError
}