mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 22:00:05 +00:00 
			
		
		
		
	video_core: silence unused-local-typedef boost related warning on GCC
This commit is contained in:
		
							parent
							
								
									ac4ea522cb
								
							
						
					
					
						commit
						4652d70572
					
				
					 1 changed files with 7 additions and 0 deletions
				
			
		|  | @ -8,7 +8,14 @@ | |||
| #include <memory> | ||||
| #include <set> | ||||
| #include <tuple> | ||||
| #ifdef __GNUC__ | ||||
| #pragma GCC diagnostic push | ||||
| #pragma GCC diagnostic ignored "-Wunused-local-typedef" | ||||
| #endif | ||||
| #include <boost/icl/interval_map.hpp> | ||||
| #ifdef __GNUC__ | ||||
| #pragma GCC diagnostic pop | ||||
| #endif | ||||
| #include <glad/glad.h> | ||||
| #include "common/assert.h" | ||||
| #include "common/common_funcs.h" | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue