mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 23:28:29 +00:00
Exclude higher-level repos from strict warnings
This is a follow-up commit to "Increase default warning level", which overrides Genode's new default warning level for targets contained in higher-level repositories. By explicitly whitelisting all those targets, we can selectively adjust them to the new strictness over time - by looking out for 'CC_CXX_WARN_STRICT' in the target description files. Issue #465
This commit is contained in:
committed by
Christian Helmuth
parent
c30299feca
commit
366bba0227
@ -1,3 +1,5 @@
|
||||
TARGET = tcp_terminal
|
||||
SRC_CC = main.cc
|
||||
LIBS = libc pthread libc_lwip_nic_dhcp libc_pipe
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Reference in New Issue
Block a user