From ed35ed4da09b37ea13859a609e0c78d7bcf3d9e4 Mon Sep 17 00:00:00 2001 From: paradiseo Date: Tue, 22 Jun 2010 09:31:58 +0000 Subject: [PATCH] Store a result in a variable to have no warning --- eo/src/utils/eoFileSnapshot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eo/src/utils/eoFileSnapshot.h b/eo/src/utils/eoFileSnapshot.h index d94d53462..7392c70a4 100644 --- a/eo/src/utils/eoFileSnapshot.h +++ b/eo/src/utils/eoFileSnapshot.h @@ -79,7 +79,7 @@ public : else s = " "; - system(s.c_str()); + res=system(s.c_str()); // all done }