summaryrefslogtreecommitdiffstats
path: root/lib/edi/ETIDecoder.cpp
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-13 10:14:45 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2017-01-13 10:14:45 +0100
commit0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645 (patch)
treed23947320efe789e351a2ebd288c96a23095d3ec /lib/edi/ETIDecoder.cpp
parentc74279c0af306e2fb4a1f03b0a698fb239f4c33b (diff)
downloaddabmod-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.cpp2
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;
}