- Oct 30, 2024
-
-
feld authored
- Oct 29, 2024
- Aug 14, 2024
-
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
-
Haelwenn authored
src/libmagic_port.c:382:16: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare] 382 | } while (got < len); | ~~~ ^ ~~~ src/libmagic_port.c:394:18: error: comparison of integers of different signs: 'int' and 'size_t' (aka 'unsigned long') [-Werror,-Wsign-compare] 394 | } while (wrote < len); | ~~~~~ ^ ~~~
-
- Dec 15, 2021