summaryrefslogtreecommitdiff
path: root/src/utils/process.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2013-03-12 21:28:54 +0300
committerAndrei Karas <akaras@inbox.ru>2013-03-12 21:28:54 +0300
commit5c66d91e3e69446081ef6254063ad638fbc48aca (patch)
treec3bb94057bcd4bdbb8568e815c7f18c44417a78a /src/utils/process.cpp
parentf6000c9088ee63428f65ee980f6751f85a7e7d7e (diff)
downloadmv-5c66d91e3e69446081ef6254063ad638fbc48aca.tar.gz
mv-5c66d91e3e69446081ef6254063ad638fbc48aca.tar.bz2
mv-5c66d91e3e69446081ef6254063ad638fbc48aca.tar.xz
mv-5c66d91e3e69446081ef6254063ad638fbc48aca.zip
Fix code style.
Diffstat (limited to 'src/utils/process.cpp')
-rw-r--r--src/utils/process.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/utils/process.cpp b/src/utils/process.cpp
index dbc314921..538d7274e 100644
--- a/src/utils/process.cpp
+++ b/src/utils/process.cpp
@@ -40,7 +40,7 @@ const int timeOut = 10;
#include <windows.h>
int execFileWait(std::string pathName, std::string name A_UNUSED,
- std::string arg1, std::string arg2, int waitTime)
+ std::string arg1, std::string arg2, int waitTime A_UNUSED)
{
// if (!waitTime)
// waitTime = timeOut;