mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 09:04:13 +00:00
Warn about unmatched <ignore> tags
This commit is contained in:
parent
70e56ecfea
commit
286a127501
2 changed files with 6 additions and 0 deletions
|
@ -1067,5 +1067,7 @@ gs_cond_wait(gs_cond_t *cond, gs_mutex_t *mutex)
|
|||
return gs_cond_timedwait(cond, mutex, INFINITE);
|
||||
}
|
||||
|
||||
/** </ignore>
|
||||
*/
|
||||
#endif /* GS_USE_WIN32_THREADS_AND_LOCKS */
|
||||
|
||||
|
|
|
@ -1361,6 +1361,10 @@ recheck:
|
|||
}
|
||||
}
|
||||
}
|
||||
if (ignore)
|
||||
{
|
||||
[self log: @"unmatched <ignore> tag"];
|
||||
}
|
||||
}
|
||||
return pos;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue