
5 Dec
2017
5 Dec
'17
9:37 p.m.
On Sun, Dec 3, 2017 at 10:31 PM, Peng Fan peng.fan@nxp.com wrote:
When building for 64bits system, we get some warnings about type cast between pointer and integer. This patch eliminates the warnings by using ulong/long type which is 32bits on 32bits system or 64bits on 64bits system.
Signed-off-by: Ye Li ye.li@nxp.com Signed-off-by: Peng Fan peng.fan@nxp.com Cc: Joe Hershberger joe.hershberger@ni.com
Acked-by: Joe Hershberger joe.hershberger@ni.com