Fix Visual Studio warnings.

This commit is contained in:
XMRig
2017-08-14 09:30:41 +03:00
parent 9975b4e4cd
commit a07b0e5953
21 changed files with 43 additions and 39 deletions

View File

@@ -5,6 +5,8 @@
* it under the terms of the MIT license. See LICENSE for details.
*/
#pragma warning(disable:4090)
#ifndef _GNU_SOURCE
#define _GNU_SOURCE
#endif