Thomas =?iso-8859-1?q?G=FCttler?= <[EMAIL PROTECTED]> writes:
> I get the following compile warnings:
> like.c:137: warning: inlining failed in call to `Generic_Text_IC_like'
> Should this reported to the bug tracker?
No, because we aren't going to do anything about those. They're purely
inform
Tt seems that GCC makes decision do not inline this function and then it
will keep as a standard function. It is not problem and this warning is
generated by -Winline. I don't have this problem with GCC 3.4.3
Zdenek
Thomas Güttler wrote:
Hi,
I get the following compile warnings:
gc
Hi,
I get the following compile warnings:
gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Winline -Wendif-labels
-fno-strict-aliasing -I../../../../src/include -D_GNU_SOURCE -c -o like.o
like.c
like.c: In function `texticnlike':
like.c:137: warning: inlining failed in call to `Generic_Tex