diff options
author | runge <runge> | 2009-01-04 04:56:53 +0000 |
---|---|---|
committer | runge <runge> | 2009-01-04 04:56:53 +0000 |
commit | 91174efbb8e2fb09520477af6593f99b865777b0 (patch) | |
tree | 796e0213305556909052c8ea203c048eab732353 /x11vnc/solid.c | |
parent | 4fdb4cc67f1563156593e5b3deca80acf35f39ed (diff) | |
download | libtdevnc-91174efbb8e2fb09520477af6593f99b865777b0.tar.gz libtdevnc-91174efbb8e2fb09520477af6593f99b865777b0.zip |
x11vnc: fix compiler warnings.
Diffstat (limited to 'x11vnc/solid.c')
-rw-r--r-- | x11vnc/solid.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11vnc/solid.c b/x11vnc/solid.c index 97b6704..f699ff1 100644 --- a/x11vnc/solid.c +++ b/x11vnc/solid.c @@ -924,7 +924,9 @@ static void solid_macosx(int restore) { if (restore) { rfbLog("restore pid: %d\n", (int) solid_macosx_pid); if (solid_macosx_pid > 0) { +#if 0 int i, status; +#endif rfbLog("kill -TERM macosx_solid_background helper pid: %d\n", (int) solid_macosx_pid); kill(solid_macosx_pid, SIGTERM); #if 0 |