File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 23
23
#include < climits>
24
24
#include < limits>
25
25
26
+ #include < bitset>
26
27
#include < forward_list>
27
28
#include < list>
28
29
#include < optional>
49
50
#include < unistd.h>
50
51
#endif
51
52
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
-
56
53
// ==============================================================================
57
54
/* * Config: SQUAREPINE_COMPILE_UNIT_TESTS
58
55
212
209
213
210
#pragma clang diagnostic ignored "-Wswitch-enum" // Fairly useless warning...
214
211
#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)
216
213
#endif
217
214
218
215
// ==============================================================================
You can’t perform that action at this time.
0 commit comments