diff options
author | Damjan Marion <damarion@cisco.com> | 2015-12-18 10:26:56 +0100 |
---|---|---|
committer | Damjan Marion <damarion@cisco.com> | 2015-12-18 13:31:56 +0100 |
commit | 2c29d75021d684559146e656aac85f0c14ffb5ab (patch) | |
tree | f170a34ab269e94ab8c98ff77cd591e1f63157eb /vppinfra/tools/elftool.c | |
parent | 5f1fd813c2773870ca92510c4e49a18810e9a4c8 (diff) |
Fix warnings/errors reported by clang
Change-Id: Ifb2de64347526e3218e22067452f249ff878fd32
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vppinfra/tools/elftool.c')
-rw-r--r-- | vppinfra/tools/elftool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vppinfra/tools/elftool.c b/vppinfra/tools/elftool.c index c0184b5c7e7..b8acd055602 100644 --- a/vppinfra/tools/elftool.c +++ b/vppinfra/tools/elftool.c @@ -227,7 +227,7 @@ set_interpreter_rpath (elf_tool_main_t * tm) u32 run_length; u8 in_run; u64 offset0 = 0, offset1 = 0; - clib_error_t * error; + clib_error_t * error = 0; int fix_in_place = 0; if (!strcmp (tm->input_file, tm->output_file)) |