summaryrefslogtreecommitdiffstats
path: root/processor.py
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-15 19:31:33 +0200
committerDavid Robillard <d@drobilla.net>2020-07-15 19:31:33 +0200
commit304c2ce19b07d109aa8c5af08920b76f045ef0b0 (patch)
tree58c723228565f500f3d4c3ea81ca94aff8999c2d /processor.py
parenta4df7cb1c302017ba131384fc09246315f8b60de (diff)
downloadautowaf-304c2ce19b07d109aa8c5af08920b76f045ef0b0.tar.gz
autowaf-304c2ce19b07d109aa8c5af08920b76f045ef0b0.tar.bz2
autowaf-304c2ce19b07d109aa8c5af08920b76f045ef0b0.zip
Fix system header warning suppression to not include everything
The previous hacky solution was troublesome because it included essentially every package in every target. This uses waf decorator magic to instead add isystem flags for ever dependency of that actual task. Unfortunately, it does not seem possible to instead replace the existing include flags (or at least I can't figure out how), so the flags themselves are still pretty spammy and redundant.
Diffstat (limited to 'processor.py')
0 files changed, 0 insertions, 0 deletions