Silence Heapwalk warning

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Wed Mar 2 10:51:28 CST 2005


Changelog:
	dlls/ntdll/heap: 
	Downgrad FIXME to WARN

Running Xilinx ISE produces zillions of this FIXMEs
-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------
Index: wine/dlls/ntdll/heap.c
===================================================================
RCS file: /home/wine/wine/dlls/ntdll/heap.c,v
retrieving revision 1.33
diff -u -w -r1.33 heap.c
--- wine/dlls/ntdll/heap.c	25 Feb 2005 14:07:57 -0000	1.33
+++ wine/dlls/ntdll/heap.c	2 Mar 2005 16:04:30 -0000
@@ -1487,7 +1487,7 @@
     char *ptr;
     int region_index = 0;
 
-    FIXME( "not fully compatible\n" );
+    WARN( "not fully compatible\n" );
 
     if (!heapPtr || !entry) return STATUS_INVALID_PARAMETER;
 



More information about the wine-patches mailing list