In dlls/d3d8/device.c I am getting the following warning (on FreeBSD):
/usr/bin/gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -g -O2 -Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D__WINESRC__ -D_REENTRANT -o device.o device.c device.c: In function `DrawPrimitiveI': device.c:475: warning: statement with no effect
Could someone please have a look? (If fixed about half a dozen portability problems last week, but this one I'm having a hard time with.)
Gerald
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On Friday 24 January 2003 10:03, Gerald Pfeifer wrote:
In dlls/d3d8/device.c I am getting the following warning (on FreeBSD):
/usr/bin/gcc -c -I. -I. -I../../include -I../../include -I/usr/X11R6/include -g -O2 -Wall -Wpointer-arith -mpreferred-stack-boundary=2 -gstabs+ -fPIC -D__WINESRC__ -D_REENTRANT -o device.o device.c device.c: In function `DrawPrimitiveI': device.c:475: warning: statement with no effect
Could someone please have a look? (If fixed about half a dozen portability problems last week, but this one I'm having a hard time with.)
I know it :) it's only the checkGLSupport(x) macro who result in a FALSE statement
it's a temporary hack waiting for a new d3d/GLX code (we are working in a proto) so don't worry about that stupid warning
Gerald
Raphael