[nginx] Win32: removed misleading comment about warnings being disabled.
Sergey Kandaurov
pluknet at nginx.com
Wed Sep 7 12:34:37 UTC 2022
details: https://hg.nginx.org/nginx/rev/d1aa8cc3e387
branches:
changeset: 8066:d1aa8cc3e387
user: Maxim Dounin <mdounin at 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)
More information about the nginx-devel
mailing list