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
On Saturday 02 September 2006 12:08 am, you wrote:
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
Doh, mind swapping those?
Thanks for catching the goof,
-Albert