{"author":"Viktor Szakats","author_email":"commit@vsz.me","author_time":1740530029,"commit_time":1740569703,"committer":"Viktor Szakats","committer_email":"commit@vsz.me","hash":"3efc53f5e9e69696aff40041dfe563160b73e938","message":"build: silence mingw32ce C99 format warnings, simplify CI\n\n`./configure` mingw32ce builds enable C99 mode automatically, that\ntriggers compiler warnings in gcc 4.4.0. We initially worked it around\nin CI by suppressing the detection of C99 with `ac_cv_prog_cc_c99=no`.\n\nReplace it with automatically silencing the bogus warnings in C99 mode,\nfor all build systems:\n```\nlib/ftp.c: In function 'Curl_GetFTPResponse':\nlib/ftp.c:726: error: format '%zd' expects type 'signed size_t', but argument 4 has type 'ssize_t'\nlib/ws.c: In function 'ws_dec_pass_payload':\nlib/ws.c:304: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'ssize_t'\nlib/ws.c: In function 'ws_enc_write_head':\nlib/ws.c:581: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'long int'\nlib/vtls/schannel.c: In function 'schannel_connect_step1':\nlib/vtls/schannel.c:1122: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'ssize_t'\nlib/vtls/schannel.c: In function 'schannel_connect_step2':\nlib/vtls/schannel.c:1311: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'ssize_t'\nlib/vtls/schannel.c: In function 'schannel_send':\nlib/vtls/schannel.c:1793: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'ssize_t'\nlib/vtls/schannel.c:1810: error: format '%zd' expects type 'signed size_t', but argument 3 has type 'ssize_t'\nlib/vtls/schannel.c: In function 'schannel_shutdown':\nlib/vtls/schannel.c:2286: error: format '%zd' expects type 'signed size_t', but argument 4 has type 'ssize_t'\nlib/vtls/vtls.c: In function 'ssl_cf_recv':\nlib/vtls/vtls.c:1422: error: format '%zd' expects type 'signed size_t', but argument 5 has type 'ssize_t'\n```\nRef: https://github.com/curl/curl/actions/runs/13533841306/job/37821720902?pr=16492#step:9:20\n\nAlso: simplify Windows CE job configuration in GHA/windows.\n\nFollow-up to 2a292c39846107228201674d686be5b3ed96674d #15975\nCloses #16492\n","parents":["518543dec85e028373bc2d91116b70417476a374"],"tree_hash":"e5a48929cea87b18b737766f4428b84b765f91cc"}