mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
BSD: Fix some compiler warnings
This commit is contained in:
parent
273a702052
commit
29a90a0231
26 changed files with 293 additions and 226 deletions
|
|
@ -151,7 +151,9 @@
|
|||
If you don't have the ALSA library and don't want to build JUCE with audio support,
|
||||
just set the JUCE_ALSA flag to 0.
|
||||
*/
|
||||
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wzero-length-array")
|
||||
#include <alsa/asoundlib.h>
|
||||
JUCE_END_IGNORE_WARNINGS_GCC_LIKE
|
||||
#include "native/juce_linux_ALSA.cpp"
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue