1
0
forked from 0ad/0ad

Suppresses MSVC warning C4005 'macro redefinition' from SpiderMonkey upgrade

This was SVN commit r14975.
This commit is contained in:
historic_bruno 2014-04-23 21:12:28 +00:00
parent 0d33f6412d
commit 92f2a16a88

View File

@ -1,4 +1,4 @@
/* Copyright (C) 2012 Wildfire Games.
/* Copyright (C) 2014 Wildfire Games.
* This file is part of 0 A.D.
*
* 0 A.D. is free software: you can redistribute it and/or modify
@ -65,6 +65,7 @@
# pragma warning(disable:4512) // "assignment operator could not be generated"
# pragma warning(disable:4265) // "class has virtual functions, but destructor is not virtual"
# pragma warning(disable:4251) // "class 'X' needs to have dll-interface to be used by clients of struct 'Y'"
# pragma warning(disable:4005) // "macro redefinition"
#endif
#include "jspubtd.h"