mirror of
https://gitlab.winehq.org/wine/wine.git
synced 2024-11-19 17:06:04 -07:00
winedump: Get rid of GCC warning.
Signed-off-by: Eric Pouech <epouech@codeweavers.com>
This commit is contained in:
parent
76a36d183e
commit
b1be17f827
Notes:
Alexandre Julliard
2024-08-21 23:18:38 +02:00
Approved-by: Aida Jonikienė (@DodoGTA) Approved-by: Alexandre Julliard (@julliard) Merge-Request: https://gitlab.winehq.org/wine/wine/merge_requests/6066
1 changed files with 1 additions and 0 deletions
|
@ -2180,6 +2180,7 @@ static void dump_dir_exceptions(void)
|
|||
const IMAGE_ARM64EC_METADATA *metadata;
|
||||
|
||||
funcs = get_dir_and_size(IMAGE_FILE_EXCEPTION_DIRECTORY, &size);
|
||||
if (!funcs) return;
|
||||
|
||||
switch (file_header->Machine)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue