aboutsummaryrefslogtreecommitdiff
path: root/src/lib/math
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2019-09-18 11:01:12 -0400
committerNick Mathewson <nickm@torproject.org>2019-09-26 15:52:45 -0400
commit194dbea24d1d05fa7b63b361b06054da4df011b9 (patch)
tree84c3551ccf2505915ea7ad644dbe74bbc3aacda5 /src/lib/math
parent3283fd7e79913e25cd5e626d6bb3a12a05b2f3fc (diff)
downloadtor-194dbea24d1d05fa7b63b361b06054da4df011b9.tar.gz
tor-194dbea24d1d05fa7b63b361b06054da4df011b9.zip
Run "make autostyle" with new "annotate_ifdef_directives"
Diffstat (limited to 'src/lib/math')
-rw-r--r--src/lib/math/fp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/math/fp.c b/src/lib/math/fp.c
index 616e4f15c0..49a2a6a2ca 100644
--- a/src/lib/math/fp.c
+++ b/src/lib/math/fp.c
@@ -75,7 +75,7 @@ clamp_double_to_int64(double number)
*/
#define PROBLEMATIC_FLOAT_CONVERSION_WARNING
DISABLE_GCC_WARNING(float-conversion)
-#endif /* defined(MINGW_ANY) && GCC_VERSION >= 409 */
+#endif /* (defined(MINGW_ANY)||defined(__FreeBSD__)) && GCC_VERSION >= 409 */
/*
With clang 4.0 we apparently run into "double promotion" warnings here,