[PATCH v4 0/2] Introduce FIXME_ONCE macro

David Kahurani k.kahurani at gmail.com
Wed Dec 8 01:42:37 CST 2021


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(-)

-- 
2.25.1




More information about the wine-devel mailing list