diff options
Diffstat (limited to 'lib/edi/ETIDecoder.cpp')
-rw-r--r-- | lib/edi/ETIDecoder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/edi/ETIDecoder.cpp b/lib/edi/ETIDecoder.cpp index 939706b..78e0ea6 100644 --- a/lib/edi/ETIDecoder.cpp +++ b/lib/edi/ETIDecoder.cpp @@ -406,7 +406,7 @@ bool ETIDecoder::decode_estn(const vector<uint8_t> &value, uint8_t n) return true; } -bool ETIDecoder::decode_stardmy(const vector<uint8_t> &value) +bool ETIDecoder::decode_stardmy(const vector<uint8_t>& /*value*/) { return true; } |