mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-20 03:40:30 +01:00
ci: Drop half of -Wno-error stanzas from fedora-release job
No warnings left. Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/39429>
This commit is contained in:
parent
b1f35512c9
commit
11d9a3958f
1 changed files with 0 additions and 4 deletions
|
|
@ -278,14 +278,10 @@ fedora-release:
|
|||
# maybe-uninitialized is misfiring in nir_lower_gs_intrinsics.c, and
|
||||
# a "maybe" warning should never be an error anyway.
|
||||
C_ARGS: >
|
||||
-Wno-error=stringop-overflow
|
||||
-Wno-error=stringop-overread
|
||||
-Wno-error=array-bounds
|
||||
-Wno-error=maybe-uninitialized
|
||||
-Wno-error=deprecated-declarations
|
||||
CPP_ARGS: >
|
||||
-Wno-error=dangling-reference
|
||||
-Wno-error=overloaded-virtual
|
||||
-Wno-error=deprecated-declarations
|
||||
DRI_LOADERS: >
|
||||
-D glx=dri
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue