mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	svc: Remove unnecessary [[maybe_unused]] tag
The parameter is used in this function, so this suppression isn't necessary.
This commit is contained in:
		
							parent
							
								
									92344da20c
								
							
						
					
					
						commit
						874be0e3e1
					
				| @ -681,7 +681,7 @@ static void Break32(Core::System& system, u32 reason, u32 info1, u32 info2) { | |||||||
| } | } | ||||||
| 
 | 
 | ||||||
| /// Used to output a message on a debug hardware unit - does nothing on a retail unit
 | /// Used to output a message on a debug hardware unit - does nothing on a retail unit
 | ||||||
| static void OutputDebugString([[maybe_unused]] Core::System& system, VAddr address, u64 len) { | static void OutputDebugString(Core::System& system, VAddr address, u64 len) { | ||||||
|     if (len == 0) { |     if (len == 0) { | ||||||
|         return; |         return; | ||||||
|     } |     } | ||||||
|  | |||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Lioncash
						Lioncash