Skip to content

Most autobuilds failing because of TYPEDEFSTRUCT in stub_gssapi.h #5715

@MarcelRaad

Description

@MarcelRaad

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

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions