{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1738779544,"commit_time":1738786776,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"a0d3a32fba0f186b3ef401befec7950326575ad4","message":"libssh: silence `-Wconversion` with a cast (Windows 32-bit)\n\nSeen with GCC 13 with Windows x86:\n```\nlib/vssh/libssh.c: In function 'myssh_statemach_act':\nlib/vssh/libssh.c:1851:41: error: conversion from 'curl_off_t' {aka 'long long int'} to 'size_t' {aka 'unsigned int'} may change value [-Werror=conversion]\n 1851 |                              data->state.infilesize,\n      |                              ~~~~~~~~~~~^~~~~~~~~~~\n```\nRef: https://github.com/curl/curl/actions/runs/13161422041/job/36737994642?pr=16182#step:3:5111\n\nCloses #16194\n","parents":["6fc703904b2ed5e320abd66c9ef1efc894578fe9"],"tree_hash":"76b86484fdfaa67c369b0a26f75ee9e789375f93"}