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:
parent
d9498b28cc
commit
2786eadaf9
35 changed files with 235 additions and 237 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue