diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 10:14:45 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2017-01-13 10:14:45 +0100 |
commit | 0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645 (patch) | |
tree | d23947320efe789e351a2ebd288c96a23095d3ec /lib/edi/ETIDecoder.cpp | |
parent | c74279c0af306e2fb4a1f03b0a698fb239f4c33b (diff) | |
download | dabmod-0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645.tar.gz dabmod-0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645.tar.bz2 dabmod-0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645.zip |
Update edi code from edilib
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; } |