Skip to content

Commit 10c7465

Browse files
committed
fix: warnings on crystal 0.34
1 parent dff078b commit 10c7465

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

shard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: snmp
2-
version: 0.9.2
2+
version: 0.9.3
33

44
dependencies:
55
bindata:

src/snmp/helpers/if_entry.cr

+3
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ class SNMP
4747
@out_errors = varbind.get_unsigned32
4848
when "1.3.6.1.2.1.2.2.1.21"
4949
@out_qlen = varbind.get_unsigned32
50+
else
51+
# We are not sure what this entry is
52+
# safe to ignore
5053
end
5154
end
5255
end

0 commit comments

Comments
 (0)