diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-08-11 20:29:37 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-08-19 19:34:39 -0400 |
commit | 49843c980a07b73c9e98c7c7983e7745d5d82751 (patch) | |
tree | 060d8667ffc1a92a3e57081d9caaa0eff488a329 /changes | |
parent | f1973e70a45d9705d3bd547af9cee92ca3611213 (diff) | |
download | tor-49843c980a07b73c9e98c7c7983e7745d5d82751.tar.gz tor-49843c980a07b73c9e98c7c7983e7745d5d82751.zip |
Avoid confusing GCC 4.2.1 by saying "int foo()... inline int foo() {...}"
Fixes bug 19903; bugfix on 0.2.8.1-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug19903 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug19903 b/changes/bug19903 new file mode 100644 index 0000000000..33aa8789d7 --- /dev/null +++ b/changes/bug19903 @@ -0,0 +1,4 @@ + o Minor bugfixes (compilation): + - Remove an inappropriate "inline" in tortls.c that was causing warnings + on older versions of GCC. Fixes bug 19903; 0.2.8.1-alpha. + |