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
02b135834c
commit
4417892a13
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue