jbapple opened a new pull request, #327:
URL: https://github.com/apache/datasketches-cpp/pull/327

   In clang-16, there are warnings like this upon build:
   
       warning: implicit conversion from 'const uint64_t' (aka 'const
       unsigned long') to 'double' changes value from 9223372036854775807
       to 9223372036854775808 [-Wimplicit-const-int-float-conversion]
   
   Explicit casting fixes those warnings.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to