summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-07-13 17:42:04 -0400
committerNick Mathewson <nickm@torproject.org>2017-07-26 12:53:00 -0400
commitfca1934c88f1238a43d0bea5b06cea4fd15e7b93 (patch)
tree95de9b480115247b6287c00f1722017d17ba2723 /changes
parented0fb218342dcf7cc54f6abd9078dcd3efa5452c (diff)
downloadtor-fca1934c88f1238a43d0bea5b06cea4fd15e7b93.tar.gz
tor-fca1934c88f1238a43d0bea5b06cea4fd15e7b93.zip
Suppress clang4-specific -Wdouble-promotion warnings
Wow, it sure seems like some compilers can't implement isnan() and friends in a way that pleases themselves! Fixes bug 22915. Bug trigged by 0.2.8.1-alpha and later; caused by clang 4.
Diffstat (limited to 'changes')
-rw-r--r--changes/bug229153
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/bug22915 b/changes/bug22915
new file mode 100644
index 0000000000..17a9c6018f
--- /dev/null
+++ b/changes/bug22915
@@ -0,0 +1,3 @@
+ o Minor bugfixes (compilation warnings):
+ - Suppress -Wdouble-promotion warnings with clang 4.0. Fixes bug 22915;
+ bugfix on 0.2.8.1-alpha.