]> git.kaiwu.me - nginx.git/commitdiff
Win32: removed misleading comment about warnings being disabled.
authorMaxim Dounin <mdounin@mdounin.ru>
Tue, 6 Sep 2022 21:47:02 +0000 (00:47 +0300)
committerMaxim Dounin <mdounin@mdounin.ru>
Tue, 6 Sep 2022 21:47:02 +0000 (00:47 +0300)
Warnings being disabled are not only from the "-W4" level since e4590dfd97ff.

src/os/win32/ngx_win32_config.h

index 96156870d0a6f533e74b2b921dd671d626ad5ba7..dcd45fb25f7482f10d737f5e6cc5448b97ce97b8 100644 (file)
@@ -80,8 +80,6 @@ typedef long  time_t;
 
 #pragma warning(default:4201)
 
-/* disable some "-W4" level warnings */
-
 /* 'type cast': from function pointer to data pointer */
 #pragma warning(disable:4054)