From c08e3b00d6c7b5b220a0cb7baa31fa0c127f5c08 Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sun, 24 Mar 2013 19:26:50 +0100 Subject: [PATCH] helpers: silence compiler warning Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/db802eb60a1683d3831062e0825b1c57ab8a5efb Author: Stefan Seyfried Date: 2013-03-24 (Sun, 24 Mar 2013) ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/system/helpers.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/system/helpers.cpp b/src/system/helpers.cpp index d340a35f0..0167c7123 100644 --- a/src/system/helpers.cpp +++ b/src/system/helpers.cpp @@ -438,6 +438,7 @@ bool CFileHelpers::copyDir(const char *Src, const char *Dst, bool backupMode) // is file else if (S_ISREG(FileInfo.st_mode)) { std::string save = ""; + (void)backupMode; /* squelch unused parameter warning */ #if ENABLE_EXTUPDATE if (backupMode && (CExtUpdate::getInstance()->isBlacklistEntry(srcPath))) save = ".save";