Re: mscms: quiet a noisy fixme (1/3)
I don't think you want to change the return code based on whether the FIXME is shown or not.
On Fri, Oct 17, 2008 at 2:11 AM, Henri Verbeet <hverbeet(a)gmail.com> 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: austin(a)austin-desktop:~/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
participants (2)
-
Austin English -
Henri Verbeet