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:
Maxim Dounin 2022-09-07 00:47:02 +03:00
parent 02b135834c
commit 4417892a13
1 changed files with 0 additions and 2 deletions

View File

@ -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)