diff options
author | Nick Mathewson <nickm@torproject.org> | 2016-09-08 09:37:40 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2016-09-08 09:37:40 -0400 |
commit | f3cda3272a2504f8ffd66e1a5625c268ce660f4c (patch) | |
tree | e3ecf1e2055451d44f815d6501905e03fe8fed8e /changes | |
parent | 8acb951fc823e985218ef86dce1939f106febf7e (diff) | |
download | tor-f3cda3272a2504f8ffd66e1a5625c268ce660f4c.tar.gz tor-f3cda3272a2504f8ffd66e1a5625c268ce660f4c.zip |
Disable -Wthread-safety.
See changes file; closes ticket 20110.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug20110 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug20110 b/changes/bug20110 new file mode 100644 index 0000000000..bb56a13268 --- /dev/null +++ b/changes/bug20110 @@ -0,0 +1,6 @@ + o Minor bugfixes (compilation): + + - Stop trying to build with Clang 4.0's -Wthread-safety + warnings. They apparently require a set of annotations that we + aren't currently using, and they create false positives in our + pthreads wrappers. Fixes bug 20110; bugfix on 0.2.9.1-alpha. |