Suppress warning (unreferenced type) at W4 for VS native headers

This commit is contained in:
Malcolm Noyes 2013-12-17 12:36:11 +00:00
parent 132f23cfff
commit 185129ed60
1 changed files with 3 additions and 0 deletions

View File

@ -11,7 +11,10 @@
#ifdef INTERNAL_CATCH_VS_NATIVE #ifdef INTERNAL_CATCH_VS_NATIVE
#pragma warning( disable : 4505 )
#include "CppUnitTest.h" #include "CppUnitTest.h"
using Microsoft::VisualStudio::CppUnitTestFramework::Logger; using Microsoft::VisualStudio::CppUnitTestFramework::Logger;
using Microsoft::VisualStudio::CppUnitTestFramework::Assert; using Microsoft::VisualStudio::CppUnitTestFramework::Assert;
using Microsoft::VisualStudio::CppUnitTestFramework::__LineInfo; using Microsoft::VisualStudio::CppUnitTestFramework::__LineInfo;