[PATCH 0/2] Introduce FIXME_ONCE macro

David Kahurani k.kahurani at gmail.com
Tue Oct 19 07:07:30 CDT 2021


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

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.33.0




More information about the wine-devel mailing list