Wireshark-commits: [Wireshark-commits] master f0cb70b: Exclude scanner-generated headers from ABI c
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=f0cb70bd18171a8102f4a6baefb385a1dcd2d960
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
f0cb70b by Balint Reczey (balint@xxxxxxxxxxxxxxx):
Exclude scanner-generated headers from ABI check
They break the check by not including header files for custom types
and they are not part of the API anyway.
Bug: 13018
Change-Id: Ia0f81f861251b5659af723b9da795daeb7454eb3
Reviewed-on: https://code.wireshark.org/review/18297
Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Petri-Dish: Balint Reczey <balint@xxxxxxxxxxxxxxx>
Petri-Dish: Guy Harris <guy@xxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from 9c3d81a Officially require Qt 4.8 or newer
adds f0cb70b Exclude scanner-generated headers from ABI check
Summary of changes:
epan/Makefile.am | 3 +++
wiretap/Makefile.am | 4 ++++
2 files changed, 7 insertions(+)