Skip to content

Commit

Permalink
Fix compile warning
Browse files Browse the repository at this point in the history
  • Loading branch information
teusbenschop committed Feb 8, 2022
1 parent ee9863c commit 235594f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mimetic098/codec/qp.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,8 @@ class Decoder: public buffered_codec, public chainable_codec<Encoder>
sNewline,
sOtherChar
};
size_t m_pos, m_maxlen;
[[maybe_unused]] size_t m_pos;
size_t m_maxlen;


int m_state, m_nl;
Expand Down

0 comments on commit 235594f

Please sign in to comment.