diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-13 17:42:04 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-26 12:53:00 -0400 |
commit | fca1934c88f1238a43d0bea5b06cea4fd15e7b93 (patch) | |
tree | 95de9b480115247b6287c00f1722017d17ba2723 /changes/bug22915 | |
parent | ed0fb218342dcf7cc54f6abd9078dcd3efa5452c (diff) | |
download | tor-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/bug22915')
-rw-r--r-- | changes/bug22915 | 3 |
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. |