Displaying 1 result from an estimated 1 matches for "raw_uint32".
2004 Sep 10
0
'out of range' Warnings Building FLAC
Hi All,
I've been building and testing FLAC and have run a problem. I get a
number of 'integer constant out of range' warnings during the make,
and these give rise to failures in the test suite:
testing zeroes, raw_uint32*... FAILED pattern match
testing process_until_end_of_stream()... 0... 1... 2...
ERROR: metadata block mismatch
for example.
The problem is that gcc 2.7.2.3 wants a 'ULL' suffix for integer
constants of type 'unsigned long long' (as typedef'ed by FLAC__uint64).
Appendi...