[geos-commits] [SCM] GEOS branch master updated. 36fe978e70fb8f80c9589c69c66e6ebfb949b775

git at osgeo.org git at osgeo.org
Thu Jan 7 10:55:39 PST 2021


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GEOS".

The branch, master has been updated
       via  36fe978e70fb8f80c9589c69c66e6ebfb949b775 (commit)
      from  2376cd6bf5d0743b02b588af17d2e9067c1874de (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 36fe978e70fb8f80c9589c69c66e6ebfb949b775
Author: Paul Ramsey <pramsey at cleverelephant.ca>
Date:   Thu Jan 7 10:55:39 2021 -0800

    Change debug printf format to evade cpp code cleanliness warnings

diff --git a/src/deps/ryu/d2s.c b/src/deps/ryu/d2s.c
index 764ae6a..3e5beed 100644
--- a/src/deps/ryu/d2s.c
+++ b/src/deps/ryu/d2s.c
@@ -629,8 +629,8 @@ static inline int to_chars_fixed(const floating_decimal_64 v, const bool sign, u
 	printf("EXP=%d\n", v.exponent);
 	printf("INTEGER=%lu\n", integer_part);
 	printf("DECIMAL=%lu\n", decimal_part);
-	printf("EXTRA TRAILING ZEROS=%d\n", trailing_integer_zeros);
-	printf("EXTRA LEADING ZEROS=%d\n", leading_decimal_zeros);
+	printf("EXTRA TRAILING ZEROS=%lu\n", trailing_integer_zeros);
+	printf("EXTRA LEADING ZEROS=%lu\n", leading_decimal_zeros);
 #endif
 
 	/* If we have removed all digits, it may happen that we have -0 and we want it to be just 0 */

-----------------------------------------------------------------------

Summary of changes:
 src/deps/ryu/d2s.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list