[PATCH] wusa: Reimplement lookup_expression.

Mohamad Al-Jaf mohamadaljaf at gmail.com
Wed Apr 6 03:44:33 CDT 2022


On Wed, Apr 6, 2022 at 3:59 AM Hans Leidekker <hans at codeweavers.com> wrote:
> You could add an is_x86() helper that returns true if the assembly architecture
> matches "x86" or "wow64".

This causes warnings when compiling the 32-bit build:

> warning: ‘expression_is_x86’ defined but not used [-Wunused-function]
> 505 | static BOOL expression_is_x86(const WCHAR *str)

Is this fine?
--
Kind regards,
Mohamad



More information about the wine-devel mailing list