mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-15 23:17:14 +00:00
fb_sdl: don't treat host warning as error
The sdl2-compat library from version 2.30.54 will issue the warning
"#warning SDL_config.h might be incomplete, good luck"
on unrecognized platforms, introduced with commit f4abaea[1].
Add -Wno-error=cpp for fb_sdl to prevent this warning to be treated as
an error.
Fixes #5476
[1] f4abaea268
u
This commit is contained in:
parent
eb443e751f
commit
8561f7724d
@ -8,4 +8,5 @@ INC_DIR += $(PRG_DIR) /usr/include/SDL2
|
||||
# accept conversion warnings caused by libgcc's include/arm_neon.h
|
||||
CC_OPT += -Wno-error=narrowing \
|
||||
-Wno-error=float-conversion \
|
||||
-Wno-error=unused-parameter
|
||||
-Wno-error=unused-parameter \
|
||||
-Wno-error=cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user