Skip to content
Snippets Groups Projects
Unverified Commit 8bdfaf4a authored by Aiden Grossman's avatar Aiden Grossman Committed by GitHub
Browse files

libelf: fix build with clang16+ (#38915)

libelf fails to build with clang16+ due to Wimplicit-int and
Wimplicit-function-declarations becoming errors by default. This breaks
the configuration stage, so no build takes place. This patch fixes this
by passing -Wno-error=implicit-int and
-Wno-error=implicit-function-declarations as cflags.
parent eb19f59f
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment