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:
Yonggang Luo 2025-08-11 01:15:04 +08:00 committed by Marge Bot
parent 67b90113a6
commit e14a9e7fe4
2 changed files with 0 additions and 1266 deletions

File diff suppressed because it is too large Load diff

View file

@ -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',