From: Mathieu Desnoyers Date: Sun, 11 Dec 2011 15:20:01 +0000 (-0500) Subject: Print compiler warning/runtime warning and truncate too long tracepoint names X-Git-Tag: v1.9.1~10 X-Git-Url: http://git.lttng.org./?a=commitdiff_plain;h=ff412fb523eeacd9f2b698ccefc4f716ace9afd0;hp=ff412fb523eeacd9f2b698ccefc4f716ace9afd0;p=lttng-ust.git 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 ---