diff options
author | Nick Mathewson <nickm@torproject.org> | 2020-09-14 11:50:38 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2020-09-14 11:50:38 -0400 |
commit | 020e8e41c676370de66d3ddf459700867ed454cd (patch) | |
tree | e4f6e184e8258cc1fc21b3201ffb9105ae6970f5 /changes/bug40113 | |
parent | 72484a4953d744754b3b6b025242ef668e3f017a (diff) | |
download | tor-020e8e41c676370de66d3ddf459700867ed454cd.tar.gz tor-020e8e41c676370de66d3ddf459700867ed454cd.zip |
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.
Diffstat (limited to 'changes/bug40113')
-rw-r--r-- | changes/bug40113 | 3 |
1 files changed, 3 insertions, 0 deletions
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. |