mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #1487 from lioncash/maybe-unused
yuzu/main: Apply the [[maybe_unused]] attribute to the parameter of SetDiscordEnabled
This commit is contained in:
		
						commit
						870c18b078
					
				| @ -1567,7 +1567,7 @@ void GMainWindow::UpdateUITheme() { | ||||
|     emit UpdateThemedIcons(); | ||||
| } | ||||
| 
 | ||||
| void GMainWindow::SetDiscordEnabled(bool state) { | ||||
| void GMainWindow::SetDiscordEnabled([[maybe_unused]] bool state) { | ||||
| #ifdef USE_DISCORD_PRESENCE | ||||
|     if (state) { | ||||
|         discord_rpc = std::make_unique<DiscordRPC::DiscordImpl>(); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 bunnei
						bunnei