mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 13:50:03 +00:00 
			
		
		
		
	log: updated GenericLog __attribute__ for newly added parameter
This commit is contained in:
		
							parent
							
								
									2f55c9e55b
								
							
						
					
					
						commit
						5cd922d151
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -89,7 +89,7 @@ enum LOG_LEVELS { | |||
| void GenericLog(LOGTYPES_LEVELS level, LOGTYPES_TYPE type, const char*file, int line,  | ||||
|     const char* function, const char* fmt, ...) | ||||
| #ifdef __GNUC__ | ||||
|         __attribute__((format(printf, 5, 6))) | ||||
|         __attribute__((format(printf, 6, 7))) | ||||
| #endif | ||||
|         ; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue