Explorar o código

disabled an obsoleted warning

Jiri Kuthan %!s(int64=23) %!d(string=hai) anos
pai
achega
af83efee1e
Modificáronse 1 ficheiros con 3 adicións e 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