summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2020-04-30 22:56:31 -0400
committerNick Mathewson <nickm@torproject.org>2020-04-30 22:56:31 -0400
commitd7e166bd95411d3f5caa573e0293356bff78c481 (patch)
tree5261d866a9330ac5d879fd7f537f030f80254f96 /changes
parent987f2fa50ac26af61917c7a6e13dc62f3ddb23ee (diff)
downloadtor-d7e166bd95411d3f5caa573e0293356bff78c481.tar.gz
tor-d7e166bd95411d3f5caa573e0293356bff78c481.zip
Fix a GCC 10.0.1 compilation warning.
Fixes 34077 for 0.4.1; bugfix on 0.4.0.3-alpha. (Specifically, GCC first gives this warning for 9eeff921ae7b786d960ea4286d5bba56)
Diffstat (limited to 'changes')
-rw-r--r--changes/bug340773
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug34077 b/changes/bug34077
new file mode 100644
index 0000000000..29458bd9de
--- /dev/null
+++ b/changes/bug34077
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compiler warnings):
+ - Fix compilation warnings with GCC 10.0.1. Fixes bug 34077; bugfix on
+ 0.4.0.3-alpha.