mirror of
				https://github.com/Drezil/imgui.git
				synced 2025-10-31 13:11:05 +01:00 
			
		
		
		
	Merge branch 'master' into docking
# Conflicts: # docs/CHANGELOG.txt
This commit is contained in:
		| @@ -90,13 +90,12 @@ Index of this file: | ||||
| #pragma clang diagnostic ignored "-Wreserved-id-macro"          // warning : macro name is a reserved identifier                // | ||||
| #endif | ||||
| #elif defined(__GNUC__) | ||||
| #pragma GCC diagnostic ignored "-Wpragmas"                      // warning: unknown option after '#pragma GCC diagnostic' kind | ||||
| #pragma GCC diagnostic ignored "-Wint-to-pointer-cast"          // warning: cast to pointer from integer of different size | ||||
| #pragma GCC diagnostic ignored "-Wformat-security"              // warning : format string is not a string literal (potentially insecure) | ||||
| #pragma GCC diagnostic ignored "-Wdouble-promotion"             // warning: implicit conversion from 'float' to 'double' when passing argument to function | ||||
| #pragma GCC diagnostic ignored "-Wconversion"                   // warning: conversion to 'xxxx' from 'xxxx' may alter its value | ||||
| #if (__GNUC__ >= 6) | ||||
| #pragma GCC diagnostic ignored "-Wmisleading-indentation"       // warning: this 'if' clause does not guard this statement      // GCC 6.0+ only. See #883 on GitHub. | ||||
| #endif | ||||
| #pragma GCC diagnostic ignored "-Wmisleading-indentation"       // [__GNUC__ >= 6] warning: this 'if' clause does not guard this statement      // GCC 6.0+ only. See #883 on GitHub. | ||||
| #endif | ||||
|  | ||||
| // Play it nice with Windows users. Notepad in 2017 still doesn't display text data with Unix-style \n. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user