diff loader/win32.c @ 32394:914208d188b9

Remove #warning preprocessor directives or replace them by suitable comments. The #warning preprocessor directive is non-standard and not available with all compilers. Furthermore, the warnings it causes are noisy and have not led to getting any of the underlying issues fixed in the space of a decade.
author diego
date Mon, 11 Oct 2010 12:33:57 +0000
parents 76f94c00a69f
children 2a2e9b6551d8
line wrap: on
line diff
--- a/loader/win32.c	Sun Oct 10 11:20:57 2010 +0000
+++ b/loader/win32.c	Mon Oct 11 12:33:57 2010 +0000
@@ -1735,7 +1735,7 @@
 
 static long WINAPI expMultiByteToWideChar(long v1, long v2, char* s1, long siz1, short* s2, int siz2)
 {
-#warning FIXME
+    /* FIXME */
     int i;
     int result;
     if(s2==0)
@@ -3190,7 +3190,7 @@
 }
 static int WINAPI expGetCurrentThread(void)
 {
-#warning FIXME!
+    /* FIXME! */
     dbgprintf("GetCurrentThread() => %x\n", 0xcfcf9898);
     return 0xcfcf9898;
 }