details: https://hg.nginx.org/nginx/rev/d1aa8cc3e387 branches: changeset: 8066:d1aa8cc3e387 user: Maxim Dounin <mdou...@mdounin.ru> date: Wed Sep 07 00:47:02 2022 +0300 description: Win32: removed misleading comment about warnings being disabled.
Warnings being disabled are not only from the "-W4" level since e4590dfd97ff. diffstat: src/os/win32/ngx_win32_config.h | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diffs (12 lines): diff -r 0ce2d7a520be -r d1aa8cc3e387 src/os/win32/ngx_win32_config.h --- a/src/os/win32/ngx_win32_config.h Wed Sep 07 00:44:10 2022 +0300 +++ b/src/os/win32/ngx_win32_config.h Wed Sep 07 00:47:02 2022 +0300 @@ -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) _______________________________________________ nginx-devel mailing list -- nginx-devel@nginx.org To unsubscribe send an email to nginx-devel-le...@nginx.org