mirror of
https://github.com/nginx/nginx.git
synced 2025-06-24 23:43:06 +08:00
Win32: removed misleading comment about warnings being disabled.
Warnings being disabled are not only from the "-W4" level since e4590dfd97ff.
This commit is contained in:
parent
116a744799
commit
a3016da23f
@ -80,8 +80,6 @@ typedef long time_t;
|
|||||||
|
|
||||||
#pragma warning(default:4201)
|
#pragma warning(default:4201)
|
||||||
|
|
||||||
/* disable some "-W4" level warnings */
|
|
||||||
|
|
||||||
/* 'type cast': from function pointer to data pointer */
|
/* 'type cast': from function pointer to data pointer */
|
||||||
#pragma warning(disable:4054)
|
#pragma warning(disable:4054)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user