[PATCH] wusa: Reimplement lookup_expression.

Hans Leidekker hans at codeweavers.com
Wed Apr 6 03:52:31 CDT 2022


On Wed, 2022-04-06 at 04:44 -0400, Mohamad Al-Jaf wrote:
> 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?

No, there should be no warnings.





More information about the wine-devel mailing list