-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Closed
Labels
Description
I did this
Look at https://curl.haxx.se/dev/builds.html
I expected the following
Mostly green builds. All but one are red though because of a checksrc warning:
/tests/libtest/stub_gssapi.h:71:2: warning: typedef'ed struct (TYPEDEFSTRUCT)
typedef struct gss_buffer_desc_struct {
^
/tests/libtest/stub_gssapi.h:88:2: warning: typedef'ed struct (TYPEDEFSTRUCT)
typedef struct gss_OID_desc_struct {
^
/tests/libtest/stub_gssapi.h:93:2: warning: typedef'ed struct (TYPEDEFSTRUCT)
typedef struct gss_channel_bindings_struct {
^
Also, is it expected that checksrc warnings, in contrast to compiler warnings, prevent running the tests?
curl/libcurl version
Everything still on the autobuilds page, which starts with 2020-07-10.
operating system
Linux, Windows, Solaris