mirror of
https://github.com/nginx/nginx.git
synced 2025-01-06 22:23:00 -06: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)
|
||||
|
||||
/* disable some "-W4" level warnings */
|
||||
|
||||
/* 'type cast': from function pointer to data pointer */
|
||||
#pragma warning(disable:4054)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user