From fd4c6a10f2285f16c5d0215eb56a3060441f3ef2 Mon Sep 17 00:00:00 2001 From: Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> Date: Tue, 28 Nov 2023 19:11:52 +0000 Subject: test: Setup networking globally --- src/common/system.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common') diff --git a/src/common/system.h b/src/common/system.h index 40206aaa01..08ed419a45 100644 --- a/src/common/system.h +++ b/src/common/system.h @@ -21,7 +21,7 @@ int64_t GetStartupTime(); void SetupEnvironment(); -bool SetupNetworking(); +[[nodiscard]] bool SetupNetworking(); #ifndef WIN32 std::string ShellEscape(const std::string& arg); #endif -- cgit v1.2.3