Skip to content

Commit e695aac

Browse files
committed
Latest JUCE updates.
1 parent c724dc6 commit e695aac

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

modules/squarepine_core/squarepine_core.h

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
#include <climits>
2424
#include <limits>
2525

26+
#include <bitset>
2627
#include <forward_list>
2728
#include <list>
2829
#include <optional>
@@ -49,10 +50,6 @@
4950
#include <unistd.h>
5051
#endif
5152

52-
#if JUCE_MINGW
53-
#error "PSA from SquarePine: I've no interest in supporting the piece of crap toolchain called MinGW."
54-
#endif
55-
5653
//==============================================================================
5754
/** Config: SQUAREPINE_COMPILE_UNIT_TESTS
5855
@@ -212,7 +209,7 @@
212209

213210
#pragma clang diagnostic ignored "-Wswitch-enum" // Fairly useless warning...
214211
#elif JUCE_MSVC
215-
#pragma warning (default: 4242 4254 4264 4265 4287 4296 4302 4342 4350 4355)
212+
#pragma warning (default: 4242 4254 4264 4265 4287 4296 4302 4342 4350)
216213
#endif
217214

218215
//==============================================================================

0 commit comments

Comments
 (0)