OSDN Git Service

Added a filter to remove buildenv's warnings.
authorNicolas Catania <niko@google.com>
Thu, 15 Oct 2009 17:48:01 +0000 (10:48 -0700)
committerNicolas Catania <niko@google.com>
Thu, 15 Oct 2009 18:21:15 +0000 (11:21 -0700)
commit91fbcc6e2f2c5abb9ec8c69897a57979f6f30bcf
tree609edf88c83f4ad6d9013cae2a81ed18d5f99fed
parentf0b861e4906bae6427001b798214539815fd02e0
Added a filter to remove buildenv's warnings.

Warnings about makefiles and build scripts interfere
with `next-error'. If you are interested only in the
errors from the source file, a custom variable allows
you to nuke build env warnings.

The filter is registered as a compilation-filter-hook.