Skip to content

Commit dc903f3

Browse files
authored
Update FFTReal.h
Compile warning in PlatformIO
1 parent 5706166 commit dc903f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AudioTools/AudioLibs/FFT/FFTReal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ To Public License, Version 2, as published by Sam Hocevar. See
1212
http://sam.zoy.org/wtfpl/COPYING for more details.
1313
1414
*Tab=3***********************************************************************/
15-
#pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion"
15+
// #pragma GCC diagnostic ignored "-Wdeprecated-enum-enum-conversion" // commented out for platformio
1616

1717
// We use the DefaultAllocator which supports PSRAM
1818
#include "AudioTools/CoreAudio/AudioBasic/Collections/Allocator.h"

0 commit comments

Comments
 (0)