Wireshark-commits: [Wireshark-commits] master 6866896: Revert "Test: Disable a wmem compilation war
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=6866896ed1a4ca7bc4615fedf5ab75e28a1d567a
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark
Commits:
6866896 by Peter Wu (peter@xxxxxxxxxxxxx):
Revert "Test: Disable a wmem compilation warning."
This reverts commit bdf26a35f696a1524364945a2c868e57c97d1729.
This caused a warning on AppleClang 9.1.0.9020039 on Travis CI:
../epan/wmem/wmem_test.c:692:1: warning: unknown warning group '-Wunsafe-loop-optimizations', ignored [-Wunknown-warning-option]
A better workaround is to globally disable the warning for broken GCC
versions.
Change-Id: I3d878c4dccd5afc28e4bf8394f9adae2e6c35deb
Reviewed-on: https://code.wireshark.org/review/32903
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from f5cc790 gitlab-ci: add regression test suite.
add 6866896 Revert "Test: Disable a wmem compilation warning."
Summary of changes:
epan/wmem/wmem_test.c | 4 ----
1 file changed, 4 deletions(-)