Marcel Raad 06dc599405
fopen: fix conversion warning on 32-bit Android
When building for 32-bit ARM or x86 Android, `st_mode` is defined as
`unsigned int` instead of `mode_t`, resulting in a
-Wimplicit-int-conversion clang warning because `mode_t` is
`unsigned short`. Add a cast to silence the warning.

Ref: https://android.googlesource.com/platform/bionic/+/refs/tags/ndk-r25c/libc/include/sys/stat.h#86
Closes https://github.com/curl/curl/pull/11313
2023-06-14 09:31:47 +02:00
..
2023-05-23 10:42:09 +02:00
2021-09-09 07:53:42 +02:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-05-23 10:42:09 +02:00
2023-03-30 10:56:14 +02:00
2023-05-18 20:45:04 +02:00
2023-05-18 20:45:04 +02:00
2023-04-25 23:16:51 +02:00
2023-04-25 12:38:38 +02:00
2023-06-07 13:06:08 +00:00
2023-04-14 09:26:26 +02:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-14 09:30:37 +02:00
2023-02-24 17:24:01 +01:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-05-18 20:45:04 +02:00
2023-06-07 13:06:08 +00:00
2023-04-25 17:40:15 +02:00
2023-04-25 12:38:38 +02:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-06-07 13:06:08 +00:00
2023-04-25 12:38:38 +02:00
2023-04-25 23:16:51 +02:00