Skip to content

Commit f195da7

Browse files
committed
fix(tests): update ref_img
1 parent fff85d9 commit f195da7

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/utils/NetworkHelper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ namespace NetworkHelper
9696
}
9797

9898
/// Build the wpa_supplicant control socket path for the current interface.
99-
static std::string getCtrlPath()
99+
[[maybe_unused]] static std::string getCtrlPath()
100100
{
101101
return std::string(CTRL_PATH "/") + getInterfaceName();
102102
}
-1.03 KB
Loading

0 commit comments

Comments
 (0)