lttng-module-0.19.3 file: ltt-tracer.c line: 785 The integer variable err is assigned to get_trace_clock function which itself is define of return type void.Hence it causes an error as integer is assigned to void function.
-- Ashish Singh
_______________________________________________ ltt-dev mailing list [email protected] http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
