mirror of
https://github.com/NixOS/nix.git
synced 2025-11-20 17:29:36 +01:00
Fix clang warnings
This commit is contained in:
parent
27ed3d0458
commit
59a304a9a8
2 changed files with 2 additions and 2 deletions
|
|
@ -503,7 +503,7 @@ public:
|
|||
return s[0];
|
||||
}
|
||||
|
||||
virtual void setPrintBuildLogs(bool printBuildLogs)
|
||||
void setPrintBuildLogs(bool printBuildLogs) override
|
||||
{
|
||||
this->printBuildLogs = printBuildLogs;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue