It is not very clear to me what the desicion was regarding these two patches so they have been resent.
The following patches introduce the FIXME_ONCE macro which suppresses repeated FIXMEs into WARNings. The current FIXME macro tends to be insufficient in cases where a developer wishes to suppresses fixmes other than the first. The first patch is the implementation while the second demonstrates how this could be useful.
It is based on the vkd3d version.
v2: Fix programming mistakes, fixed a test and some formating
v3: Fixed a programming error(s), dropped all patches except two
v4: Fixed more programming errors(s)
David Kahurani (2): include/wine: suppress subsequent FIXMEs into WARNINGs dlls/ntdll: Use FIXME_ONCE
dlls/ntdll/unix/system.c | 8 +++----- include/wine/debug.h | 30 ++++++++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 5 deletions(-)