On Fri, Oct 17, 2008 at 2:11 AM, Henri Verbeet <[EMAIL PROTECTED]> wrote: > I don't think you want to change the return code based on whether the > FIXME is shown or not. > > >
Without the return code, gcc gives a compiler warning: [EMAIL PROTECTED]:~/wine-git/dlls/mscms$ make ccache gcc -c -I. -I. -I../../include -I../../include -D__WINESRC__ -D_REENTRANT -fPIC -Wall -pipe -fno-strength-reduce -fno-strict-aliasing -Wdeclaration-after-statement -Wwrite-strings -Wpointer-arith -Werror -o transform.o transform.c cc1: warnings being treated as errors transform.c: In function 'from_bmformat': transform.c:77: warning: control reaches end of non-void function make: *** [transform.o] Error 1 -- -Austin
