gitlab-ci: upgrade to Clang 10, drop special -Wframe-larger-than case

Requires an updated wireshark/wireshark-ubuntu-dev image:
https://github.com/wireshark/wireshark-ubuntu-dev-docker/pull/2

Remove -Wframe-larger-than while at it. The default size in our CMake
config is 32k. Clang should not significantly go over it. If so, then it
has to be solved there, and not in the Gitlab config.

Change-Id: I3891fcbd9dec8e5a4597404aa8131f28a1755a02
Reviewed-on: https://code.wireshark.org/review/36369
Reviewed-by: Peter Wu <peter@lekensteyn.nl>
This commit is contained in:
Peter Wu 2020-03-05 03:21:41 +00:00
parent 31f933121b
commit 7579d98448
1 changed files with 3 additions and 4 deletions

View File

@ -45,12 +45,11 @@ gcc-7-nopcap:
CC: gcc-7
CXX: g++-7
clang-8:
clang-10:
<<: *build-ubuntu
variables:
CMAKE_ARGS: -DCMAKE_C_FLAGS=-Wframe-larger-than=20000
CC: clang-8
CXX: clang++-8
CC: clang-10
CXX: clang++-10
build:rpm-centos-7:
<<: *build-rpm