mirror of
https://github.com/NixOS/nix
synced 2025-06-30 11:43:15 +02:00
Merge pull request #12765 from Mic92/clan-tidy-cleanups
Add various clang tidy fixes
This commit is contained in:
commit
4de73df8bf
5 changed files with 5 additions and 3 deletions
|
@ -1025,6 +1025,7 @@ void processConnection(
|
|||
{
|
||||
#ifndef _WIN32 // TODO need graceful async exit support on Windows?
|
||||
auto monitor = !recursive ? std::make_unique<MonitorFdHup>(from.fd) : nullptr;
|
||||
(void) monitor; // suppress warning
|
||||
#endif
|
||||
|
||||
/* Exchange the greeting. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue