Resolve a compilation warning in test_connection.c

Instead of casting an enum to a void and back, use a string --
that's better C anyway.

Fixes bug 40113; bugfix on 0.2.9.3-alpha.
This commit is contained in:
Nick Mathewson
2020-09-14 11:50:38 -04:00
parent 72484a4953
commit 020e8e41c6
2 changed files with 7 additions and 3 deletions
+3
View File
@@ -0,0 +1,3 @@
o Minor bugfixes (compilation):
- Resolve a compilation warning that could occur in test_connection.c.
Fixes bug 40113; bugfix on 0.2.9.3-alpha.