mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-11 01:06:01 +03:00
824bfa9600
math.cpp: In function 'int64_t __moddi3(int64_t, int64_t)': math.cpp:168:13: error: 'r' may be used uninitialized [-Werror=maybe-uninitialized] 168 | return ((int64_t)r ^ s) - s; // negate if s == -1 | ^~~~~~~~~~ |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
math.cpp | ||
math.h | ||
misc.cpp | ||
misc.h |