search for: limit_channel_mask

Displaying 4 results from an estimated 4 matches for "limit_channel_mask".

2006 Nov 11
3
Re: build issues
...are of most of the > warnings. Nice! Current complete set of warnings: replaygain.c: In function 'parse_double_': replaygain.c:612: warning: comparison between signed and unsigned replaygain.c:612: warning: signed and unsigned type in conditional expression encode.c:2686: warning: 'limit_channel_mask' defined but not used There are lots of minor differences in the 'make check' output, but two tests still fail. -r
2006 Dec 19
2
Compiler warnings using gcc-4.1
...dereferencing type-punned pointer will break strict-aliasing rules metadata_object.c: In function 'FLAC__metadata_object_picture_set_mime_type': metadata_object.c:1710: warning: dereferencing type-punned pointer will break strict-aliasing rules encode.c:2710: warning: 'limit_channel_mask' defined but not used http.c:433: warning: pointer targets in passing argument 5 of 'getsockopt' differ in signedness Are you interested in fixing these? The first and the last are pretty easy to fix, but I know from my own code that the "dereferencing type-punned pointe...
2007 Jan 02
0
Compiler warnings using gcc-4.1
...reak > strict-aliasing rules > metadata_object.c: In function > 'FLAC__metadata_object_picture_set_mime_type': > metadata_object.c:1710: warning: dereferencing type-punned pointer > will break > strict-aliasing rules > > encode.c:2710: warning: 'limit_channel_mask' defined but not used > > http.c:433: warning: pointer targets in passing argument 5 of > 'getsockopt' > differ in signedness > > Are you interested in fixing these? The first and the last are pretty > easy to fix, but I know from my own code that the &qu...
2006 Nov 09
3
Re: build issues
On Wed, Nov 08, 2006 at 05:28:39PM -0800, Josh Coalson wrote: > which tests? for a little while there, test_seeking would fail > because of an intermittent bug in the seek routine which has been > fixed. test_flac and test_metaflac are currently failing because > of mismatches in the vendor string that I mentioned before. Ok, I updated to CVS as of this morning, and now only two of