URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5855dd8d538eb81d4825961b1bf0d583bf96f751
Submitter: Alexis La Goutte (alexis.lagoutte@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
5855dd8 by Alexis La Goutte (alexis.lagoutte@xxxxxxxxx):
Lemon: Update lemon tools
Fix warning: declaration shadows a variable in the global scope [-Wshadow]
Add include <config.h>
Fix warning: unused parameter 'argc' [-Wunused-parameter] (using _U_)
Fix implicit conversion loses integer precision
Fix comparison of integers of different signs: 'size_t' (aka 'unsigned long') and 'int' [-Wsign-compare]
Fix function declaration isn’t a prototype [-Wstrict-prototypes]
Fix warning: old-style function definition [-Wold-style-definition]
Fix trailing whitespace
Fix use -T for template for epan\Makefile.nmake, epan\dfilter\Makefile.nmake, plugins\mate\Makefile.nmake, plugins\tpg\Makefile.nmake and cmake/modules/UseLemon.cmake
Fix -Wmissing-prototypes
Remove unused function (acttab_free)
Add basename the filename with only filename (no path...)
Change-Id: Ia79f61e29f828575df61cc89134c6c553044e86d
Reviewed-on: https://code.wireshark.org/review/3976
Petri-Dish: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Reviewed-by: Alexis La Goutte <alexis.lagoutte@xxxxxxxxx>
Actions performed:
from 74b20dc gtk: fix crash on Broadway GDK backend
adds 5855dd8 Lemon: Update lemon tools
Summary of changes:
cmake/modules/UseLemon.cmake | 2 +-
epan/Makefile.am | 2 +-
epan/Makefile.nmake | 2 +-
epan/dfilter/Makefile.am | 2 +-
epan/dfilter/Makefile.nmake | 2 +-
plugins/mate/Makefile.am | 2 +-
plugins/mate/Makefile.nmake | 2 +-
plugins/tpg/Makefile.nmake | 2 +-
tools/lemon/lemon.c | 1300 +++++++++++++++++++++++-------------------
9 files changed, 730 insertions(+), 586 deletions(-)