search for: tukey_parts

Displaying 6 results from an estimated 6 matches for "tukey_parts".

2014 Dec 06
2
GCC/clang compilation issues
...ill submit patches later, but I hit one roadblock with GCC and clang: src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call of type 'double' to non-matching type 'FLAC__int32' (aka 'int') [-Werror,-Wbad-function-cast] ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); ^~~~~~~~~~~~~~~~~~~~~~~~~~~ src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call of type 'double' to non-matching type 'FLAC__int32' (aka 'int') [-...
2014 Dec 06
2
GCC/clang compilation issues
...with GCC and clang: > > > > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call > > of type 'double' to non-matching type 'FLAC__int32' (aka 'int') > > [-Werror,-Wbad-function-cast] > > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call > > of type 'double' to non-matching type 'FLAC__int32'...
2014 Dec 06
0
GCC/clang compilation issues
..., but I hit one roadblock with GCC and clang: > > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call > of type 'double' to non-matching type 'FLAC__int32' (aka 'int') > [-Werror,-Wbad-function-cast] > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call > of type 'double' to non-matching type 'FLAC__int32' (aka 'int...
2014 Dec 06
0
GCC/clang compilation issues
...> > > > > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call > > > of type 'double' to non-matching type 'FLAC__int32' (aka 'int') > > > [-Werror,-Wbad-function-cast] > > > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call > > > of type 'double' to non-matching type '...
2014 Dec 07
2
GCC/clang compilation issues
...; > > src/lib/libflac/libFLAC/stream_encoder.c:1696:43: error: cast from function call > > > > of type 'double' to non-matching type 'FLAC__int32' (aka 'int') > > > > [-Werror,-Wbad-function-cast] > > > > ...FLAC__int32 tukey_parts = (FLAC__int32)strtod(specification+14, 0); > > > > ^~~~~~~~~~~~~~~~~~~~~~~~~~~ > > > > src/lib/libflac/libFLAC/stream_encoder.c:1717:43: error: cast from function call > > > > of type 'double' to non-matc...
2014 Dec 07
2
GCC/clang compilation issues
> I don't know, its your build system and I haven't seen it, nor do > I have the time and motivation to look at it (unless of course you > were paying me for my time). I willing give my time to maintain > FLAC. I have not signed up to spend my time on your project. And I am willing to looking at FLAC and spent my time to fix compiler warnings to make it more portable and