1
0
Fork 0
forked from len0rd/rockbox
foxbox/tools/rbspeex
Christian Soffke 727c800c0d Don't force gcc as host compiler + fix clang warnings
On MacOS, gcc is a symlink for clang.

Patch gets rid of the warnings produced by clang,
when it is set as HOSTCC, and fixes voicetools
compilation on MacOS when calling make voicetools
from the simulator directory.

lua rb_defines_helper:
format specifies type 'int' but the argument has
type 'long'

codecs: opus / speex (LOGF):
format '%ld' expects argument of type 'long int',
but argument 7 has type 'off_t'

gigabeat:
variable 'size' set but not used

rdf2binary:
a function declaration without a prototype is
deprecated in all versions of C

rbspeexdec:
passing 'unsigned char *' to parameter of type
'char *' converts between pointers to integer
types where one is of the unique plain 'char'
type and the other is not

hmac-sha1.c
defining a type within 'offsetof' is a Clang
extension

Change-Id: I90539906698868f9589650585d865aee9f7e8539
2024-12-20 05:29:18 +01:00
..
Makefile rbspeex: fix shared linkage on newer Linux distributions 2021-06-27 15:16:35 +00:00
rbspeex.c tools: Fix up a bunch of compilation warnings 2024-12-03 20:37:55 -05:00
rbspeex.h rbspeex: make local functions static. 2012-01-12 20:49:19 +01:00
rbspeexdec.c Don't force gcc as host compiler + fix clang warnings 2024-12-20 05:29:18 +01:00
rbspeexenc.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00