librpc/ndr: clang: Fix warning 'Value stored to 'towernum' is never read'
authorNoel Power <noel.power@suse.com>
Fri, 14 Jun 2019 13:49:47 +0000 (13:49 +0000)
committerNoel Power <npower@samba.org>
Wed, 26 Jun 2019 10:30:23 +0000 (10:30 +0000)
commit9c586845665b779a698fad98dede42c214cfbff4
treeb3a1f62852270e00a36add18915c1c42adc37c3a
parentfd17d50f7cb8747c66e64e788bbd45212410d9c7
librpc/ndr: clang: Fix warning 'Value stored to 'towernum' is never read'

Fixes:

librpc/ndr/ndr_orpc.c:140:2: warning: Value stored to 'towernum' is never read <--[clang]
        towernum = 0;
        ^          ~
1 warning generated.

Signed-off-by: Noel Power <noel.power@suse.com>
Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
librpc/ndr/ndr_orpc.c