Wireshark-commits: [Wireshark-commits] master 0ec5ca3: gitlab-ci: remove GCC-5
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Wed, 11 Mar 2020 22:16:58 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=0ec5ca3ecf683073c1fd841f7a91d34f8260252c
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

0ec5ca3 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>
    

Actions performed:

    from  1461e5e   USB HID: use the correct names from the spec
     add  0ec5ca3   gitlab-ci: remove GCC-5


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