mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Backends: Fixed pragma warning with old GCC.
This commit is contained in:
		| @@ -112,6 +112,7 @@ | ||||
| #endif | ||||
| #if defined(__GNUC__) | ||||
| #pragma GCC diagnostic push | ||||
| #pragma GCC diagnostic ignored "-Wpragmas"                  // warning: unknown option after '#pragma GCC diagnostic' kind | ||||
| #pragma GCC diagnostic ignored "-Wunknown-warning-option"   // warning: unknown warning group 'xxx' | ||||
| #pragma GCC diagnostic ignored "-Wcast-function-type"       // warning: cast between incompatible function types | ||||
| #endif | ||||
|   | ||||
		Reference in New Issue
	
	Block a user