Print compiler warning/runtime warning and truncate too long tracepoint names
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 11 Dec 2011 15:20:01 +0000 (10:20 -0500)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Sun, 11 Dec 2011 15:20:01 +0000 (10:20 -0500)
commitff412fb523eeacd9f2b698ccefc4f716ace9afd0
tree00796a0b9db2a0fe23cbdc3f7de8a09c90094238
parentf1fffc5728684ddf7ec3c674515c313e693bd3c4
Print compiler warning/runtime warning and truncate too long tracepoint names

- also apply to loglevel names.
- -Wsystem-headers needs to be used to get gcc to show the
  warnings from system headers (which is the category in which the
  tracepoint event declaration headers falls into).

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
liblttng-ust/ltt-events.c
liblttng-ust/ltt-probes.c
liblttng-ust/tracepoint.c
tests/demo/Makefile.am
tests/fork/Makefile.am
tests/hello.cxx/Makefile.am
tests/hello/Makefile.am
This page took 0.026117 seconds and 4 git commands to generate.