mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
ci/build: Remove CPP_ARGS var duplication
This variable appeared twice in debian-testing-msan, removing the first one because it is probably being overridden by the second one. Signed-off-by: Guilherme Gallo <guilherme.gallo@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/35251>
This commit is contained in:
parent
0a63e324a5
commit
05c2c748db
1 changed files with 0 additions and 5 deletions
|
|
@ -156,11 +156,6 @@ debian-x86_64-msan:
|
|||
- .meson-build-only
|
||||
- .build-run-long
|
||||
variables:
|
||||
CPP_ARGS: >
|
||||
-Wno-error=c99-designator
|
||||
-Wno-error=overloaded-virtual
|
||||
-Wno-error=tautological-constant-out-of-range-compare
|
||||
-Wno-error=unused-private-field
|
||||
# l_undef is incompatible with msan
|
||||
EXTRA_OPTION:
|
||||
-D b_sanitize=memory
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue