clar / gyp

Automatically exported from code.google.com/p/gyp
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

add support for per file disable_warnings #75

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Currently warnings can only be disabled per target. Ideally since disabled 
warnings should be kept to a minimum, it would be better if warnings could 
be disabled only on there files that absolutely require it.

Original issue reported on code.google.com by bradnel...@google.com on 3 Sep 2009 at 11:17

GoogleCodeExporter commented 8 years ago

Original comment by bradnel...@google.com on 3 Sep 2009 at 11:17

GoogleCodeExporter commented 8 years ago
Handling this in each generator might be tricky, but we could just ignore it on 
generators that can't handle it.  It 
also gets into per-build-tool per-file settings, so a reasonable interface 
might be hard to design.

Next step:  someone with an itch to scratch should propose a syntax.

Original comment by sgk@chromium.org on 21 Oct 2009 at 6:01