mirror of
https://github.com/official-stockfish/Stockfish.git
synced 2026-07-23 21:27:14 +00:00
Silence a bunch of warnings under MSVC /W4
Still some remain, but are really the silly ones. No functional change. Signed-off-by: Marco Costalba <mcostalba@gmail.com>
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@
|
||||
#include <time.h>
|
||||
#include "dos.h"
|
||||
|
||||
int gettimeofday(struct timeval* tp, struct timezone* tzp)
|
||||
int gettimeofday(struct timeval* tp, struct timezone*)
|
||||
{
|
||||
SYSTEMTIME systime;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user