usp10: Resend - usp10: Implement and test Script{Apply, Record}DigitSubstitution.

Mike McCormack mike at codeweavers.com
Fri Sep 1 23:08:16 CDT 2006


Albert Lee wrote:

> +    TRACE("%p, %p, %p\n", sds, sc, ss);
> +
> +    SCRIPT_DIGITSUBSTITUTE psds;
> +

This causes a warning:

gcc -m32 -c -I. -I. -I../../include -I../../include  -D__WINESRC__ 
-D_REENTRANT -fPIC -Wall -pipe -fno-strict-aliasing -gstabs+ 
-Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith  -g -O2 
-o usp10.o usp10.c
usp10.c: In function ‘ScriptApplyDigitSubstitution’:
usp10.c:256: warning: ISO C90 forbids mixed declarations and code

Mike



More information about the wine-devel mailing list