Fix a couple 'inlining failed' warning messages.

This commit is contained in:
Erik de Castro Lopo
2012-02-26 20:00:36 +11:00
parent d273fceece
commit b48909780b
5 changed files with 55 additions and 8 deletions

View File

@@ -52,5 +52,6 @@ FLAC__bool FLAC__memory_alloc_aligned_unsigned_array(size_t elements, unsigned *
#ifndef FLAC__INTEGER_ONLY_LIBRARY
FLAC__bool FLAC__memory_alloc_aligned_real_array(size_t elements, FLAC__real **unaligned_pointer, FLAC__real **aligned_pointer);
#endif
void *safe_malloc_mul_2op_(size_t size1, size_t size2);
#endif