mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
util: Remove dbghelp.h that already comes with winsdk and mingw for fix warning with mingw
The warning is: ../../src/util/dbghelp.h:900:10: warning: the current #pragma pack alignment value is modified in the included file [-Wpragma-pack] 900 | #include <pshpack4.h> Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Jesse Natalie <jenatali@microsoft.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36708>
This commit is contained in:
parent
67b90113a6
commit
e14a9e7fe4
2 changed files with 0 additions and 1266 deletions
1265
src/util/dbghelp.h
1265
src/util/dbghelp.h
File diff suppressed because it is too large
Load diff
|
|
@ -252,7 +252,6 @@ if with_platform_android
|
|||
files_debug_stack = files('u_debug_stack_android.cpp')
|
||||
else
|
||||
files_debug_stack = files(
|
||||
'dbghelp.h',
|
||||
'u_debug_stack.c',
|
||||
'u_debug_symbol.c',
|
||||
'u_debug_symbol.h',
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue