diff options
Diffstat (limited to '')
-rw-r--r-- | src/CommandOutput.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CommandOutput.h b/src/CommandOutput.h index bdf675238..3763d625f 100644 --- a/src/CommandOutput.h +++ b/src/CommandOutput.h @@ -38,6 +38,7 @@ class cNullCommandOutputCallback : virtual void Out(const AString & a_Text) override { // Do nothing + UNUSED(a_Text); } } ; |