# HG changeset patch # User Maxim Dounin # Date 1662500822 -10800 # Node ID d1aa8cc3e387a3fc83ffea9543e7b0a619748d5e # Parent 0ce2d7a520be64433b38cc546c13f7988fff0f8e Win32: removed misleading comment about warnings being disabled. Warnings being disabled are not only from the "-W4" level since e4590dfd97ff. diff --git a/src/os/win32/ngx_win32_config.h b/src/os/win32/ngx_win32_config.h --- a/src/os/win32/ngx_win32_config.h +++ b/src/os/win32/ngx_win32_config.h @@ -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)