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:
-1265
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',
|
||||
|
||||
Reference in New Issue
Block a user