From: Jarkko Korpi Subject: [PATCH] msvcrt: Trace clean_type_info_names_internal Message-Id: Date: Thu, 12 Jan 2017 22:57:08 +0000 Signed-off-by: Jarkko Korpi There are only 2 fixmes in the file, all others are traces. And the other fixme is printed only once. This is printed quite often. = From 0ef00bde3f6280e04d47cd8363830cdf31b0ebb0 Mon Sep 17 00:00:00 2001 From: Jarkko Date: Fri, 13 Jan 2017 00:48:52 +0200 Subject: [PATCH] change fixme msvcrt clean_type_info_names_internal into trace --- dlls/msvcrt/cpp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dlls/msvcrt/cpp.c b/dlls/msvcrt/cpp.c index f7127a3..9251a7e 100644 --- a/dlls/msvcrt/cpp.c +++ b/dlls/msvcrt/cpp.c @@ -1255,7 +1255,7 @@ int __cdecl _is_exception_typeof(const type_info *ti, EXCEPTION_POINTERS *ep) */ void CDECL __clean_type_info_names_internal(void *p) { - FIXME("(%p) stub\n", p); + TRACE("(%p) stub\n", p); } /********************************************************************* -- 2.7.4