mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Suppress dll import warnings for objc_enumerationMutation() on mingw
This commit is contained in:
parent
468b62bdde
commit
aeca9c8698
1 changed files with 3 additions and 0 deletions
|
@ -5,7 +5,10 @@
|
|||
{
|
||||
#define END_FOR_IN(collection) }
|
||||
#else
|
||||
#pragma GCC diagnostic push
|
||||
#pragma GCC diagnostic ignored "-Wattributes"
|
||||
void objc_enumerationMutation(id);
|
||||
#pragma GCC diagnostic pop
|
||||
#define FOR_IN(type, var, c) \
|
||||
do\
|
||||
{\
|
||||
|
|
Loading…
Reference in a new issue