URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d7006cebbb5eea34aea8f5fd3470b7f4265d0625
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
d7006ce by Guy Harris (guy@xxxxxxxxxxxx):
Revert "Build Flex-generated files with "warnings are errors"."
This reverts commit b56f53884be3bab935058b2bbbb4da0b8bbbe7f6.
Sadly, we *do* get warnings at this point with older versions of Flex,
such as the one on the 32-bit OS X buildbot.
Change-Id: I9aec1a16e9f2e1bbcfaac3dffdabdd89af5815e3
Reviewed-on: https://code.wireshark.org/review/12443
Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
Actions performed:
from b7d1eed Fix for bug 11856: Correct parameter-name "opt-offset" to "offset" in macro "tvb_eui64_to_str" in epan/to_str.h such that offset is taken into account when converting eui64 to str.
adds d7006ce Revert "Build Flex-generated files with "warnings are errors"."
Summary of changes:
CMakeLists.txt | 22 +++++++++++-----------
epan/CMakeLists.txt | 16 ++++++++--------
epan/Makefile.am | 26 ++++++++++++++++++--------
epan/Makefile.nmake | 29 ++++++++++++++++++++---------
epan/dfilter/Makefile.am | 24 +++++++++++++++++-------
epan/dfilter/Makefile.nmake | 8 ++++++--
wiretap/CMakeLists.txt | 10 +++++-----
wiretap/Makefile.am | 25 +++++++++++++++++--------
wiretap/Makefile.nmake | 10 +++++++---
9 files changed, 109 insertions(+), 61 deletions(-)