summaryrefslogtreecommitdiffstats
path: root/src/portable.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable.cpp')
-rw-r--r--src/portable.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/portable.cpp b/src/portable.cpp
index f2d1166..49f7bf1 100644
--- a/src/portable.cpp
+++ b/src/portable.cpp
@@ -49,7 +49,7 @@ int portable_system(const char *command,const char *args,bool commandHasConsole
#endif
#if !defined(_WIN32) || defined(__CYGWIN__)
- commandHasConsole=commandHasConsole;
+ (void)commandHasConsole;
/*! taken from the system() manpage on my Linux box */
int pid,status=0;