Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FAPI: Fix compiler warnings #2789

Merged
merged 1 commit into from
Apr 10, 2024

Conversation

jasonbking
Copy link
Contributor

On some platforms, compiler warnings are generated due to not include <strings.h> (note plural) when using index(3) as well as not utilizing the return value to BIO_flush().

Copy link
Member

@AndreasFuchsTPM AndreasFuchsTPM left a comment

Choose a reason for hiding this comment

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

Now that we have the CI up and running again...
@jasonbking Would you mind rebasing to latest master and force-pushing ?

On some platforms, compiler warnings are generated due to
not include <strings.h> (note plural) when using index(3) as well as
not utilizing the return value to BIO_flush().

Signed-off-by: Jason King <jason.brian.king@gmail.com>
Copy link
Member

@AndreasFuchsTPM AndreasFuchsTPM left a comment

Choose a reason for hiding this comment

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

This somehow seems to mess up the BSD build.
We see all failures now for FAPI.
But I'm puzzled, as to why this is...

@JuergenReppSIT
Copy link
Member

@AndreasFuchsTPM after starting the rerun everything worked. Also in my local BSD vm I could run the test several times without problems.

@AndreasFuchsTPM AndreasFuchsTPM added this to the 4.1.0 milestone Apr 10, 2024
@AndreasFuchsTPM AndreasFuchsTPM merged commit 60a3f44 into tpm2-software:master Apr 10, 2024
25 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants