Francois Gouget : testbot/testagentd: Mark a couple of variables static.

Alexandre Julliard julliard at winehq.org
Mon Dec 19 12:11:21 CST 2016


Module: tools
Branch: master
Commit: 8cd87a57d5c82b39c9f64031bbb19b05d0d728ec
URL:    http://source.winehq.org/git/tools.git/?a=commit;h=8cd87a57d5c82b39c9f64031bbb19b05d0d728ec

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Dec 19 07:58:26 2016 +0100

testbot/testagentd: Mark a couple of variables static.

They are not used outside testagentd.c.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 testbot/src/testagentd/testagentd.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/testbot/src/testagentd/testagentd.c b/testbot/src/testagentd/testagentd.c
index e776cc7..bc3d32b 100644
--- a/testbot/src/testagentd/testagentd.c
+++ b/testbot/src/testagentd/testagentd.c
@@ -44,8 +44,8 @@
 #define BLOCK_SIZE       65536
 
 static char** server_argv;
-const char *name0;
-int opt_debug = 0;
+static const char *name0;
+static int opt_debug = 0;
 
 
 /*




More information about the wine-cvs mailing list