Silence some pedantic warnings.

This commit is contained in:
Markus F.X.J. Oberhumer
2016-09-28 11:29:20 +02:00
parent 4134a512b9
commit f1d713ebf6
3 changed files with 8 additions and 5 deletions
+2 -2
View File
@@ -42,9 +42,9 @@
#if (ACC_CC_MSC && (_MSC_VER >= 1000 && _MSC_VER < 1200))
/* avoid -W4 warnings in <conio.h> */
#pragma warning(disable : 4032)
#pragma warning(disable: 4032)
/* avoid -W4 warnings in <windows.h> */
#pragma warning(disable : 4201 4214 4514)
#pragma warning(disable: 4201 4214 4514)
#endif
#if defined(__RSXNT__)
#define timeval win32_timeval /* struct timeval already in <sys/time.h> */