comparison src/os/win32/ngx_win32_config.h @ 8066:d1aa8cc3e387

Win32: removed misleading comment about warnings being disabled. Warnings being disabled are not only from the "-W4" level since e4590dfd97ff.
author Maxim Dounin <mdounin@mdounin.ru>
date Wed, 07 Sep 2022 00:47:02 +0300
parents efd71d49bde0
children b347fe705ff2
comparison
equal deleted inserted replaced
8065:0ce2d7a520be 8066:d1aa8cc3e387
77 77
78 /* the end of the precompiled headers */ 78 /* the end of the precompiled headers */
79 #pragma hdrstop 79 #pragma hdrstop
80 80
81 #pragma warning(default:4201) 81 #pragma warning(default:4201)
82
83 /* disable some "-W4" level warnings */
84 82
85 /* 'type cast': from function pointer to data pointer */ 83 /* 'type cast': from function pointer to data pointer */
86 #pragma warning(disable:4054) 84 #pragma warning(disable:4054)
87 85
88 /* 'type cast': from data pointer to function pointer */ 86 /* 'type cast': from data pointer to function pointer */