1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Fixed some documentation and minor GCC warnings. Fixed a JACK bug that would have mixed up the input/output channels.

This commit is contained in:
jules 2012-11-14 11:42:17 +00:00
parent 4d4321bea1
commit c16c3a7c28
17 changed files with 90 additions and 116 deletions

View file

@ -36,9 +36,9 @@
#define PNG_NO_READ_sPLT 1
#define png_error(a, b) png_err(a)
#define png_warning(a, b)
#define png_warning(a, b) (void)0
#define png_chunk_error(a, b) png_err(a)
#define png_chunk_warning(a, b)
#define png_chunk_warning(a, b) png_warning(a, b)
//==============================================================================