1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-12 23:20:59 +00:00
serenity/Userland
Linus Groh a3b8303f3c LibJS: Fix modulo() template argument deduction on i686
Userland/Libraries/LibJS/Runtime/Temporal/PlainTime.cpp:283:24:
    note: deduced conflicting types for parameter 'T' ('long long int'
    and 'long int')
      283 |     nanosecond = modulo(nanosecond, 1000l);
          |                  ~~~~~~^~~~~~~~~~~~~~~~~~~

Worked fine on x86_84 :yakshrug:
2021-11-07 21:33:56 +00:00
..
Applets Applications: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Applications TextEditor: Fix hang on "Replace All" 2021-11-06 12:25:15 +01:00
Demos Applications: Remove border from GroupBox margins 2021-11-03 16:13:19 +01:00
DevTools Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
DynamicLoader Toolchain+Meta: Update LLVM version to 13.0.0 2021-10-17 17:09:58 +01:00
Games Demos+DevTools+Games: Fix visibility of Object-derivative constructors 2021-11-02 22:56:53 +01:00
Libraries LibJS: Fix modulo() template argument deduction on i686 2021-11-07 21:33:56 +00:00
Services Revert "WindowServer: Remove redundant Window::set_visible()..." 2021-11-07 00:49:48 +01:00
Shell Shell: Add min and max iteration times to time -n in builtin_time 2021-11-06 22:09:25 -07:00
Utilities grep: Add ability to output line numbers 2021-11-06 08:57:05 -07:00
CMakeLists.txt Tests: Establish root Tests directory, move Userland/Tests there 2021-05-06 17:54:28 +02:00