X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=Client%20Applications%2Frcracki_mt%2FPublic.cpp;h=6e02af61d23d0d2fe2647b10c9b07fa3982445ef;hb=47c71901e7a97c226c8f1df749e3606d43656f32;hp=959e691b8c68e2fde3a21dfa2f7002f5f3068562;hpb=7a1030772df696d2c07dc98c89a673a742ee5f64;p=freerainbowtables diff --git a/Client Applications/rcracki_mt/Public.cpp b/Client Applications/rcracki_mt/Public.cpp index 959e691..6e02af6 100644 --- a/Client Applications/rcracki_mt/Public.cpp +++ b/Client Applications/rcracki_mt/Public.cpp @@ -23,7 +23,7 @@ */ #if defined(_WIN32) && !defined(__GNUC__) - #pragma warning(disable : 4786 4267 4018) + #pragma warning(disable : 4786) #endif #include "Public.h" @@ -44,8 +44,8 @@ struct timezone { - int tz_minuteswest; /* minutes W of Greenwich */ - int tz_dsttime; /* type of dst correction */ + int tz_minuteswest; /* minutes W of Greenwich */ + int tz_dsttime; /* type of dst correction */ }; int gettimeofday(struct timeval *tv, struct timezone *tz)