serenity/Userland/DynamicLoader
Gunnar Beutner 824bfa9600 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
      |             ^~~~~~~~~~
2021-05-03 08:42:39 +02:00
..
CMakeLists.txt Tests: Unify LibC tests to single location. 2021-04-29 10:37:26 +02:00
main.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
math.cpp DynamicLoader: Fix compiler warning 2021-05-03 08:42:39 +02:00
math.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
misc.cpp Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00
misc.h Everything: Move to SPDX license identifiers in all files. 2021-04-22 11:22:27 +02:00