Fix gcc warnings.

This commit is contained in:
XMRig 2017-08-14 09:53:48 +03:00
parent a07b0e5953
commit eb140fd30f
3 changed files with 6 additions and 0 deletions

View file

@ -21,7 +21,9 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifdef _MSC_VER
#pragma warning(disable:4244)
#endif
#include <inttypes.h>
#include <memory>