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

Fix GCC 14.1 build issues #8901

Merged
merged 2 commits into from
Jun 6, 2024
Merged

Fix GCC 14.1 build issues #8901

merged 2 commits into from
Jun 6, 2024

Commits on May 31, 2024

  1. tls: Type cast explicitly for OpenSSL

    With the release of GCC 14.1, some previous warnings are now errors,
    including the SSL_select_next_proto call in
    tls_context_server_alpn_select_callback. To fix the build, add
    explicitly type cast.
    
    Signed-off-by: javex <florian.ruechel@inexplicity.de>
    Javex committed May 31, 2024
    Configuration menu
    Copy the full SHA
    33690ee View commit details
    Browse the repository at this point in the history
  2. in_kubernetes_events: Type cast explicitly

    With the release of GCC 14.1, some previous warnings are now errors,
    including the check_event_is_filtered call in
    process_events. To fix the build, add explicitly type cast.
    
    Signed-off-by: javex <florian.ruechel@inexplicity.de>
    Javex committed May 31, 2024
    Configuration menu
    Copy the full SHA
    944bb0c View commit details
    Browse the repository at this point in the history