Files
micropython/py
Jeff Epler 02f2683bfc py/objint_longlong: Fix signed comparison error.
Under `afl-cc` (acting as a wrapper for clang), the following
diagnostic occurs (wrapped for clarity):

    ../../py/objint_longlong.c:232:32: error:
        comparison of integers of different signs:
        'long long' and 'unsigned long' [-Werror,-Wsign-compare]

Add a cast to silence it. The value is known statically to fit inside
`long long`.

Signed-off-by: Jeff Epler <jepler@gmail.com>
2026-04-15 15:55:16 +10:00
..
2026-04-08 17:01:10 +10:00
2026-04-08 17:01:10 +10:00
2025-07-25 10:56:02 +10:00
2025-02-25 16:11:33 +11:00