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

Removed a few pedantic warnings.

This commit is contained in:
jules 2013-08-26 14:58:23 +01:00
parent d9498b28cc
commit 2786eadaf9
35 changed files with 235 additions and 237 deletions

View file

@ -48,9 +48,14 @@
#include <emmintrin.h>
#endif
#if JUCE_MAC || JUCE_IOS
#ifndef JUCE_USE_VDSP_FRAMEWORK
#define JUCE_USE_VDSP_FRAMEWORK 1
#endif
#if (JUCE_MAC || JUCE_IOS) && JUCE_USE_VDSP_FRAMEWORK
#include <Accelerate/Accelerate.h>
#else
#undef JUCE_USE_VDSP_FRAMEWORK
#endif
namespace juce