From 020e8e41c676370de66d3ddf459700867ed454cd Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 14 Sep 2020 11:50:38 -0400 Subject: 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. --- changes/bug40113 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug40113 (limited to 'changes') diff --git a/changes/bug40113 b/changes/bug40113 new file mode 100644 index 0000000000..adf4634097 --- /dev/null +++ b/changes/bug40113 @@ -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. -- cgit v1.2.3-54-g00ecf