search for: unaligned_point

Displaying 1 result from an estimated 1 matches for "unaligned_point".

Did you mean: unaligned_pointer
2007 Apr 15
2
Patch : Fix pointer cast warning
...& 31))) & 31; +#else +#endif + *aligned_address = (void *) (x + increment); #else x = malloc(bytes); - *aligned_address = x; + *aligned_address = (void *) x; #endif - return x; + return (void *) x; } FLAC__bool FLAC__memory_alloc_aligned_int32_array(unsigned elements, FLAC__int32 **unaligned_pointer, FLAC__int32 **aligned_pointer) -- +-----------------------------------------------------------+ Erik de Castro Lopo +-----------------------------------------------------------+ "If trees could scream, would we be so cavalier about cutting them down? We might, if they screamed all the t...