mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-30 21:30:04 +00:00 
			
		
		
		
	Merge pull request #3033 from Dragios/fix-warning
Fix typo for -Wunused-local-typedefs
This commit is contained in:
		
						commit
						eb99308e70
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -10,7 +10,7 @@ | |||
| #include <tuple> | ||||
| #ifdef __GNUC__ | ||||
| #pragma GCC diagnostic push | ||||
| #pragma GCC diagnostic ignored "-Wunused-local-typedef" | ||||
| #pragma GCC diagnostic ignored "-Wunused-local-typedefs" | ||||
| #endif | ||||
| #include <boost/icl/interval_map.hpp> | ||||
| #ifdef __GNUC__ | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue