diff loader/ext.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 9fc9d1e788aa
children 8fa2f43cb760
line wrap: on
line diff
--- a/loader/ext.c	Sun Oct 10 11:20:57 2010 +0000
+++ b/loader/ext.c	Mon Oct 11 12:33:57 2010 +0000
@@ -473,7 +473,7 @@
 	    }
 	    if(str->state==0)
 	    {
-#warning FIXME
+		// FIXME
 		if(   ((unsigned)address >= (unsigned)str->address)
 		   && ((unsigned)address+size<=(unsigned)str->address+str->mapping_size)
 		   && (type & MEM_COMMIT))