Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
``` In function 'is_connected', inlined from 'cf_he_connect' at /home/runner/work/curl-for-win/curl-for-win/curl/lib/connect.c:906:16: /home/runner/work/curl-for-win/curl-for-win/curl/lib/connect.c:696:27: warning: '%s' directive argument is null [-Wformat-overflow=] 696 | CURL_TRC_CF(data, cf, "%s assess started=%d, result=%d", | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /home/runner/work/curl-for-win/curl-for-win/curl/lib/curl_trc.h:123:38: note: in definition of macro 'CURL_TRC_CF' 123 | Curl_trc_cf_infof(data, cf, __VA_ARGS__); } while(0) | ^~~~~~~~~~~ In file included from /home/runner/work/curl-for-win/curl-for-win/curl/bld/lib/CMakeFiles/libcurl_object.dir/Unity/unity_0_c.c:49: /home/runner/work/curl-for-win/curl-for-win/curl/lib/connect.c: In function 'cf_he_connect': /home/runner/work/curl-for-win/curl-for-win/curl/lib/connect.c:696:28: note: format string is defined here 696 | CURL_TRC_CF(data, cf, "%s assess started=%d, result=%d", | ^~ make[2]: Leaving directory '/home/runner/work/curl-for-win/curl-for-win/curl/bld' ``` Ref: https://github.com/curl/curl-for-win/actions/runs/6476161689/job/17584426483#step:3:11104
- Loading branch information