Fix "allocator sizeof operand mismatch" warning
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 7 Aug 2015 20:17:02 +0000 (16:17 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Fri, 14 Aug 2015 21:55:31 +0000 (17:55 -0400)
commitfc5a830cb49ffdac5a9e80c7c622103ba2b63ebb
tree0854d5d28c78dc8bb60ba02f6c60353bb3657828
parentc406551ac1d507793087a81a452214984701ae64
Fix "allocator sizeof operand mismatch" warning

Addresses benign scan-build waring:
Result of 'realloc' is converted to a pointer of type 'char *',
which is incompatible with sizeof operand type 'char **'

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/bin/lttng/commands/enable_events.c
This page took 0.02524 seconds and 4 git commands to generate.