From fca1934c88f1238a43d0bea5b06cea4fd15e7b93 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 13 Jul 2017 17:42:04 -0400 Subject: 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. --- changes/bug22915 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/bug22915 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf