summaryrefslogtreecommitdiff
path: root/asn.cpp
diff options
context:
space:
mode:
authorJeffrey Walton <noloader@gmail.com>2015-07-19 10:22:16 -0400
committerJeffrey Walton <noloader@gmail.com>2015-07-19 10:22:16 -0400
commit8f59d9af3598927cd83ac0582abc0a977395f049 (patch)
treebae3021a30d906c7a3f951c5e684f942f0f7c9a9 /asn.cpp
parent41be55ca17b67718e72d5f54ca3ebe816e3031d9 (diff)
downloadcryptopp-git-8f59d9af3598927cd83ac0582abc0a977395f049.tar.gz
Cleared unused variable and function warnings
Diffstat (limited to 'asn.cpp')
-rw-r--r--asn.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/asn.cpp b/asn.cpp
index 27b49d9b..9a0c257b 100644
--- a/asn.cpp
+++ b/asn.cpp
@@ -348,6 +348,9 @@ void EncodedObjectFilter::Put(const byte *inString, size_t length)
if (m_lengthRemaining == 0)
m_state = IDENTIFIER;
+
+ case TAIL: case ALL_DONE: ;;
+ default: ;;
}
if (m_state == IDENTIFIER && m_level == 0)