mirror of
https://github.com/SerenityOS/serenity
synced 2026-05-10 09:02:44 +02: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
| ^~~~~~~~~~
4.5 KiB
4.5 KiB