URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfab27d464495389f7a20c691e5e5b2608b48abf
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
cfab27d by Peter Wu (peter@xxxxxxxxxxxxx):
debian/rules: reduce log spam from asn1 target
There are 3694 warnings for one of the following two messages:
UserWarning: The same field names for different types. Explicit field renaming is recommended.
UserWarning: The same type names for different types. Explicit type renaming is recommended.
Both warnings are accompanied by some context. Since the packager is
unlikely going to address these issues, and CI systems struggle with the
size of the generated logs, disable this subset of warnings. The output
of `ninja asn1` shrinks from 28191 lines (2.4MiB) to 483 lines (32KiB).
Change-Id: I44e9e1ab40f2255136fb1440e3bde2ccc9e55295
Reviewed-on: https://code.wireshark.org/review/34098
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Actions performed:
from ede4ecb [Automatic update for 2019-07-28]
add cfab27d debian/rules: reduce log spam from asn1 target
Summary of changes:
debian/rules | 2 ++
1 file changed, 2 insertions(+)