tools lib traceevent: Silence compiler warning on 32bit build
authorNamhyung Kim <namhyung@gmail.com>
Sat, 26 May 2012 03:41:31 +0000 (12:41 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sat, 26 May 2012 17:14:58 +0000 (14:14 -0300)
commit42c59cdab42b8909454e0d434e3977cd3b636fbd
tree1165019e64622aa49bd6e0d2d998f13d9fa8ae25
parenta00dc319e98161949aa87f71a17db32e925c3257
tools lib traceevent: Silence compiler warning on 32bit build

The gcc complains about casting a pointer to unsigned long long directly:

    SUBDIR ../lib/traceevent/
  CC FPIC            event-parse.o
  CC FPIC            trace-seq.o
  CC FPIC            parse-filter.o
/home/namhyung/project/linux/tools/lib/traceevent/parse-filter.c: In function ‘get_value’:
/home/namhyung/project/linux/tools/lib/traceevent/parse-filter.c:1588: warning: cast from pointer to integer of different size
  CC FPIC            parse-utils.o
  BUILD STATIC LIB   libtraceevent.a

Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Steven Rostedt <rostedt@goodmis.org>
Link: http://lkml.kernel.org/r/1338003691-3141-1-git-send-email-namhyung@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/lib/traceevent/parse-filter.c