Jiri Kuthan 23 years ago
parent
commit
9be397f585
1 changed files with 1 additions and 1 deletions
  1. 1 1
      mem/shm_mem.c

+ 1 - 1
mem/shm_mem.c

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