perf tools: Substract -Wformat-nonliteral from Wformat=2 in extra flags
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / tools / perf / util / debug.h
CommitLineData
cd84c2ac
FW
1/* For debugging general purposes */
2
3extern int verbose;
4
5int eprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));