diff options
author | Jay Sorg <jay.sorg@gmail.com> | 2016-03-14 17:04:08 -0700 |
---|---|---|
committer | Jay Sorg <jay.sorg@gmail.com> | 2016-03-14 17:04:08 -0700 |
commit | 38241f2a0bd8909815cce67adb56d29619b19ad1 (patch) | |
tree | 0492997b6ec068f5d5abef4a113855a021d231df /sesman/sesman.c | |
parent | 73935792058af2664ebb59108ba6b3fed8e8fcc0 (diff) | |
download | xrdp-proprietary-38241f2a0bd8909815cce67adb56d29619b19ad1.tar.gz xrdp-proprietary-38241f2a0bd8909815cce67adb56d29619b19ad1.zip |
Fix all format warnings and some unused variable warnings
Diffstat (limited to 'sesman/sesman.c')
-rw-r--r-- | sesman/sesman.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sesman/sesman.c b/sesman/sesman.c index e530464b..fe1f0952 100644 --- a/sesman/sesman.c +++ b/sesman/sesman.c @@ -46,7 +46,6 @@ sesman_main_loop(void) int error; int robjs_count; int cont; - int pid; tbus sck_obj; tbus robjs[8]; |