mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-04 05:59:32 +01:00 
			
		
		
		
	Suppress warning (unreferenced type) at W4 for VS native headers
This commit is contained in:
		@@ -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;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user