URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=cfc0daf51744e771e9c36682b5b835ad6b52edbc
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.0
Repository: wireshark
Commits:
cfc0daf by Peter Wu (peter@xxxxxxxxxxxxx):
gitlab-ci: remove GCC-5
As previously in commit 6bb691189c ("gitlab-ci: remove unnecessary jobs,
upgrade versions"), GCC 5 support would only catch two issues. From the
respective commits:
epan/dissectors/packet-synphasor.c:782:7: error: ‘ai’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
ui/qt/wireless_frame.h:63:25: error: in-class initialization of non-static data member is a C++11 extension [-Werror,-Wc++11-extensions]
These are normally just false positive warnings in old compilers, fixed
in newer GCC. It fails only because it was built from git master as
opposed to a release branch where -Werror is disabled by default.
Save some resources, and remove GCC 5. The CentOS-7 job still tests the
old GCC 4.8.5 compiler. Newer GCC versions are handled by other jobs.
Change-Id: I9f49d59e6476ea8bcd9e135dba1c94b37a2f047f
Reviewed-on: https://code.wireshark.org/review/36366
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
(cherry picked from commit 0ec5ca3ecf683073c1fd841f7a91d34f8260252c)
Reviewed-on: https://code.wireshark.org/review/36376
Actions performed:
from 36a9d67 Lua: Fix description for pinfo.dst_port
add cfc0daf gitlab-ci: remove GCC-5
Summary of changes:
.gitlab-ci.yml | 7 -------
1 file changed, 7 deletions(-)