Kaydet (Commit) fa836cab authored tarafından Michael Stahl's avatar Michael Stahl

odk: disable MSVC warning C4996

Change-Id: I6c2dab3b427121366bb2d39b95262311286ae371
üst abc22a09
......@@ -29,6 +29,11 @@
// This module contains no tests, this is for the build system.
#include <cppunit/plugin/TestPlugIn.h>
#ifdef _MSC_VER
// deprecation warnings do not matter here
#pragma warning (disable : 4996)
#endif
#include "allheaders.hxx"
CPPUNIT_PLUGIN_IMPLEMENT();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment