mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-17 14:48:20 +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,2 +1,4 @@
|
||||
TARGET = dummy-vfs_lxip
|
||||
LIBS = vfs_lxip
|
||||
|
||||
CC_CXX_WARN_STRICT =
|
||||
|
Reference in New Issue
Block a user