Details
-
Bug
-
Resolution: Fixed
-
Major - P3
-
None
-
None
-
None
-
Fully Compatible
-
ALL
-
Execution Team 2021-08-23
Description
Reported by Xcode 12.
Similar issue reported in SERVER-48079 and SERVER-SERVER-48076.
Function added in SERVER-53713 to support 5.0 aggregation functionality.
src/mongo/db/pipeline/window_function/window_function_sum.cpp:70:27: error: implicit conversion from 'std::__1::numeric_limits<long long>::type' (aka 'long long') to 'double' changes value from 9223372036854775807 to 9223372036854775808 [-Werror,-Wimplicit-int-float-conversion]
|
val.getDouble() < std::numeric_limits<long long>::max()) { // Narrow double to integral
|
Attachments
Issue Links
- is depended on by
-
SERVER-59233 Fix or suppress warnings when building with latest stable GCC and clang in C++17 mode
-
- Closed
-
- related to
-
SERVER-57633 Remove disable warnings as error for xcode 12.4 builder
-
- Closed
-