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

[Bug] gcc 10 compile issues #580

Closed
fklassen opened this issue May 20, 2020 · 1 comment · Fixed by #575
Closed

[Bug] gcc 10 compile issues #580

fklassen opened this issue May 20, 2020 · 1 comment · Fixed by #575
Assignees
Labels
Milestone

Comments

@fklassen
Copy link
Member

Describe the bug
This documents PR #575 which was submitted by @GabrielGanne

To Reproduce
Steps to reproduce the behavior:

  1. install gcc version 10
  2. build

Expected behavior
no warnings

Actual behavior
A cast-function-type warnings caused by libpcap
In my opinion, the code calling libpcap is valid, and the warning can safely be ignored.

Another saying that the <sys/sysctl.h> header is deprecated and will be removed.

System (please complete the following information):

  • OS: TBD
  • Tcpreplay Version 4.3.2
@fklassen fklassen self-assigned this May 20, 2020
@fklassen fklassen added this to the 4.3.3 milestone May 20, 2020
@fklassen fklassen added the bug label May 20, 2020
@fklassen fklassen linked a pull request May 20, 2020 that will close this issue
fklassen added a commit that referenced this issue May 31, 2020
Bug #580 version bump, clean up configure warnings
@fklassen
Copy link
Member Author

Resolved by merging contribution PR and documenting in #581

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant