Skip to content

travis: add build for "configure --disable-verbose"#3144

Closed
bagder wants to merge 7 commits intomasterfrom
bagder/travis-disable-verbose
Closed

travis: add build for "configure --disable-verbose"#3144
bagder wants to merge 7 commits intomasterfrom
bagder/travis-disable-verbose

Conversation

@bagder
Copy link
Copy Markdown
Member

@bagder bagder commented Oct 16, 2018

No description provided.

@bagder
Copy link
Copy Markdown
Member Author

bagder commented Oct 17, 2018

Interestingly, Travis gets an error that I didn't (or missed):

In file included from file.c:55:0:
sendf.h:35:15: error: anonymous variadic macros were introduced in C99 [-Werror=variadic-macros]
 #define infof(...)  Curl_nop_stmt
               ^

@bagder
Copy link
Copy Markdown
Member Author

bagder commented Oct 17, 2018

Disabling verbose really needs vararg macro support (to "remove" the infof() calls) which C89 didn't offer, so I'm inclined to just switch off the warning for this build.

Copy link
Copy Markdown
Member

@MarcelRaad MarcelRaad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do the 5XX tests fail so often on AppVeyor… :-(

@bagder
Copy link
Copy Markdown
Member Author

bagder commented Oct 18, 2018

Very annoying yeah 👎

@bagder bagder closed this in ad547fc Oct 18, 2018
@bagder bagder deleted the bagder/travis-disable-verbose branch October 18, 2018 12:52
@lock lock bot locked as resolved and limited conversation to collaborators Jan 16, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Development

Successfully merging this pull request may close these issues.

2 participants