Explorar el Código

disabled an obsoleted warning

Jiri Kuthan hace 23 años
padre
commit
af83efee1e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      mem/shm_mem.c

+ 3 - 1
mem/shm_mem.c

@@ -89,7 +89,9 @@ void* _shm_resize( void* p , unsigned int s)
 	#ifdef __SUNPRO_C
 		/*no warning support on Sun cc */
 	#else
-		#warning shm_resize performs suboptimally without VQ_MALLOC!
+		#ifdef 0
+			#warning shm_resize performs suboptimally without VQ_MALLOC!
+		#endif
 	#endif
 #endif