mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 14:00:16 +01:00
radv: Add -Wpointer-arith.
Gives earlier indications of MSVC issues. Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11478>
This commit is contained in:
parent
72174a3eef
commit
a99474fae5
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ if not with_platform_windows
|
|||
endif
|
||||
|
||||
radv_deps = []
|
||||
radv_flags = cc.get_supported_arguments(['-Wimplicit-fallthrough', '-Wshadow'])
|
||||
radv_flags = cc.get_supported_arguments(['-Wimplicit-fallthrough', '-Wshadow', '-Wpointer-arith'])
|
||||
|
||||
if with_platform_x11
|
||||
radv_deps += dep_xcb_dri3
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue