From 0f9f51279b77fecc1d8c9ea8fe0fc62d8e945645 Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 13 Jan 2017 10:14:45 +0100 Subject: Update edi code from edilib --- lib/edi/ETIDecoder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/edi/ETIDecoder.cpp') 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 &value, uint8_t n) return true; } -bool ETIDecoder::decode_stardmy(const vector &value) +bool ETIDecoder::decode_stardmy(const vector& /*value*/) { return true; } -- cgit v1.2.3