Files
ladybird/Userland/Libraries/LibJS/Runtime
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
..
2021-10-31 18:20:37 +02:00
2021-10-31 18:20:37 +02:00
2021-10-06 23:52:40 +01:00