[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] Declare eval_last_constant_dwarf_sub_expr with [u]int64_t not [s]size_t.



Hello,

Mark Wielaard <mark@klomp.org> a écrit:

> On 32bit platforms [s]size_t isn't the same as [u]int64_t causing:
>
> abg-dwarf-reader.cc:358:1: warning: ‘bool abigail::dwarf_reader::eval_last_constant_dwarf_sub_expr(Dwarf_Op*, size_t, ssize_t&, bool&)’ declared ‘static’ but never defined [-Wunused-function]
>
> 	* src/abg-dwarf-reader.cc (eval_last_constant_dwarf_sub_expr):
> 	Declare expr_len as uint64_t and value as int64_t.

This patch has been pushed to the master branch, thanks!

Cheers,


-- 
		Dodji