1
0
forked from mirrors/0ad

Fix warnings

This was SVN commit r10867.
This commit is contained in:
Ykkrosh
2012-01-04 13:19:38 +00:00
parent c1c741be9a
commit 6f2eec3c2e
6 changed files with 16 additions and 4 deletions
@@ -23,6 +23,10 @@
# include <cxxabi.h>
#endif
#if defined(_MSC_VER)
# pragma warning(disable:4996) // deprecated CRT
#endif
#include "wx/wx.h"
#include "GameInterface/Shareable.h"