OSDN Git Service

Avoid matching the same warning line twice.
authorChih-Hung Hsieh <chh@google.com>
Mon, 18 Jul 2016 22:27:02 +0000 (15:27 -0700)
committerChih-Hung Hsieh <chh@google.com>
Mon, 18 Jul 2016 22:27:02 +0000 (15:27 -0700)
commit5ecafd126035976ac8f3121bfed182b25338bfe2
treedc2913266aa51005011a2474e6742060361900c9
parent575a023039fd8e20bc19f4c87667f5719a116382
Avoid matching the same warning line twice.

Used to skip only immediately followed identical warning lines.
Now classifywarning is called only once for each unique warning line.

Change-Id: Ie3b77ded70b41dafad91c042dbe15ad2be119e62
Test: run through build.log file
tools/warn.py