Displaying 3 results from an estimated 3 matches for "ubicomsdk".
2005 Sep 05
2
[PATCH] fix gcc 3.4 warnings
...) is valid, no?
>
there is nothing wrong with "start" and "end", but in the Ubicom OS
there is a global function called "start()" which gives the warning:
libspeex/ltp.c:573: warning: declaration of "start" shadows a global declaration
build/include/UbicomSDK.h:5651: warning: shadowed declaration is here
also this line gives a warning:
v1=(int)floor(st->vbr_quality);
libSpeex/libspeex/nb_celp.c: In function `nb_encode':
libSpeex/libspeex/nb_celp.c:465: warning: cast does not match function type
my CFLAGS include this:
-Wall \...
2005 Sep 04
2
[PATCH] fix gcc 3.4 warnings
hi
attached is a patch fixing some build warnings with ip3k-elf-gcc
(gcc 3.4-20030722-Ubicom-63-1211). not all fixes are elegant,
please review carefully before applying..
/alfred
-------------- next part --------------
A non-text attachment was scrubbed...
Name: warnings.diff
Type: text/x-patch
Size: 17666 bytes
Desc: not available
Url :
2005 Sep 05
0
[PATCH] fix gcc 3.4 warnings
...t; there is nothing wrong with "start" and "end", but in the Ubicom OS
> there is a global function called "start()" which gives the warning:
>
> libspeex/ltp.c:573: warning: declaration of "start" shadows a global declaration
> build/include/UbicomSDK.h:5651: warning: shadowed declaration is here
Since it's just a warning and just on one OS, I'll leave it that way.
> also this line gives a warning:
>
> v1=(int)floor(st->vbr_quality);
>
> libSpeex/libspeex/nb_celp.c: In function `nb_encode':
> libS...