Details
Description
src/third_party/mozjs-60/include/mozilla/FastBernoulliTrial.h:368:21: warning: implicit conversion from 'unsigned long' to 'double' changes value from 1844674
|
4073709551615 to 18446744073709551616 [-Wimplicit-int-float-conversion]
|
if (skipCount < SIZE_MAX)
|
~ ^~~~~~~~
|
|
|
/usr/include/stdint.h:227:22: note: expanded from macro 'SIZE_MAX'
|
# define SIZE_MAX (18446744073709551615UL)
|