diff options
author | Gunnar Beutner <gbeutner@serenityos.org> | 2021-05-02 05:45:03 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-05-03 08:42:39 +0200 |
commit | 824bfa9600f0e98a0550dcbc992edaa0cd59fba1 (patch) | |
tree | 71bd84172a991bcb816f0636bb7e98f5c64b7d2a /Userland/Libraries/LibGUI/TextDocument.cpp | |
parent | 56ee4a1af272d3f7a8f4e62cb419af17fa69f4aa (diff) | |
download | serenity-824bfa9600f0e98a0550dcbc992edaa0cd59fba1.zip |
DynamicLoader: Fix compiler warning
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
| ^~~~~~~~~~
Diffstat (limited to 'Userland/Libraries/LibGUI/TextDocument.cpp')
0 files changed, 0 insertions, 0 deletions