gio/gunixsocketaddress.c · 2.84.1 · GNOME / GLib · GitLab (original) (raw)
Apr 25, 2024
6e362ce3
gio: Fix various implicit conversions from size_t to smaller types · 6e362ce3
Philip Withnall authored Apr 25, 2024
Basically various trivial instances of the following MSVC compiler
warning:
../gio/gio-tool-set.c(50): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
6e362ce3
gio: Fix various implicit conversions from size_t to smaller types
Philip Withnall authored Apr 25, 2024
Basically various trivial instances of the following MSVC compiler
warning:
../gio/gio-tool-set.c(50): warning C4267: '=': conversion from 'size_t' to 'int', possible loss of data
Signed-off-by: Philip Withnall <pwithnall@gnome.org>
Loading