1
0
Fork 0
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:
Tom Poole 2023-02-07 00:55:38 +00:00 committed by reuk
parent 273a702052
commit 29a90a0231
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C
26 changed files with 293 additions and 226 deletions

View file

@ -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