Skip to content
Snippets Groups Projects
Commit 232cf876 authored by Bernhard Rosenkränzer's avatar Bernhard Rosenkränzer
Browse files

busybox: Add -Wno-error=format-nonliteral to compiler flags


busybox implements some of its own string handling that triggers
warnings with -Wformat-nonliteral.
This has been verified to be harmless in 1.31.1.

Removing -Werror=format-nonliteral here allows us to use
-Werror=format-nonliteral globally in OPTIMIZE_FOR=security mode
while keeping busybox building.

Signed-off-by: default avatarBernhard Rosenkränzer <bernhard.rosenkraenzer.ext@huawei.com>
parent 88678636
No related branches found
No related tags found
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