mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-09-21 20:06:40 +00:00
Suppresses MSVC warning C4005 'macro redefinition' from SpiderMonkey upgrade
This was SVN commit r14975.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user