Wireshark-commits: [Wireshark-commits] master-3.2 4f07a8a: gitlab-ci: remove GCC-5

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Mar 2020 22:17:07 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=4f07a8abc9898b594ade7f188256ecbb1ba3457c
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-3.2
Repository: wireshark

Commits:

4f07a8a 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 58e26f185270dde0be54f4e0bcbc0e523a8210ff)
    Reviewed-on: https://code.wireshark.org/review/36375
    

Actions performed:

    from  e3726ea   Lua: Fix description for pinfo.dst_port
     add  4f07a8a   gitlab-ci: remove GCC-5


Summary of changes:
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)