mirror of
				https://git.suyu.dev/suyu/suyu.git
				synced 2025-10-31 14:56:40 +08:00 
			
		
		
		
	Merge pull request #6435 from lioncash/nodisc2
common/fs/path_util: Remove [[nodiscard]] from function with void return
This commit is contained in:
		
						commit
						15483c07c6
					
				| @ -209,7 +209,7 @@ void SetYuzuPath(YuzuPath yuzu_path, const std::filesystem::path& new_path); | |||||||
| 
 | 
 | ||||||
| #ifdef _WIN32 | #ifdef _WIN32 | ||||||
| template <typename Path> | template <typename Path> | ||||||
| [[nodiscard]] void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) { | void SetYuzuPath(YuzuPath yuzu_path, const Path& new_path) { | ||||||
|     if constexpr (IsChar<typename Path::value_type>) { |     if constexpr (IsChar<typename Path::value_type>) { | ||||||
|         SetYuzuPath(yuzu_path, ToU8String(new_path)); |         SetYuzuPath(yuzu_path, ToU8String(new_path)); | ||||||
|     } else { |     } else { | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user