mirror of
https://github.com/RGBCube/serenity
synced 2026-01-13 18:00:59 +00:00
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 | ||