Closed
Conversation
gcc 11.2.0 is the default on Ubuntu 21.10. It emits a (spurious) warning when compiling test/packettest.c, which causes --strict-warnings builds to fail. A simple fix avoids the warning.
Member
Author
|
Ping? It would be nice to get this in. Its annoying. |
Collaborator
|
This pull request is ready to merge |
paulidale
reviewed
Oct 24, 2021
paulidale
requested changes
Oct 24, 2021
Contributor
paulidale
left a comment
There was a problem hiding this comment.
Type concern ought to be fixed.
Member
Author
|
Fixup pushed addressing type issue. Please take a look. |
paulidale
approved these changes
Oct 25, 2021
Collaborator
|
This pull request is ready to merge |
openssl-machine
pushed a commit
that referenced
this pull request
Oct 27, 2021
gcc 11.2.0 is the default on Ubuntu 21.10. It emits a (spurious) warning when compiling test/packettest.c, which causes --strict-warnings builds to fail. A simple fix avoids the warning. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Dmitry Belyavskiy <[email protected]> (Merged from #16887)
openssl-machine
pushed a commit
that referenced
this pull request
Oct 27, 2021
gcc 11.2.0 is the default on Ubuntu 21.10. It emits a (spurious) warning when compiling test/packettest.c, which causes --strict-warnings builds to fail. A simple fix avoids the warning. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Dmitry Belyavskiy <[email protected]> (Merged from #16887) (cherry picked from commit 37467b2)
openssl-machine
pushed a commit
that referenced
this pull request
Oct 27, 2021
gcc 11.2.0 is the default on Ubuntu 21.10. It emits a (spurious) warning when compiling test/packettest.c, which causes --strict-warnings builds to fail. A simple fix avoids the warning. Reviewed-by: Paul Dale <[email protected]> Reviewed-by: Dmitry Belyavskiy <[email protected]> (Merged from #16887) (cherry picked from commit 37467b2)
Member
Author
|
Pushed to master, 3.0 and 1.1.1. Thanks. |
gcc 11.2.0 is the default on Ubuntu 21.10. It emits a (spurious) warning
when compiling test/packettest.c, which causes --strict-warnings builds
to fail. A simple fix avoids the warning.