Here's a sample output from make
:
gcc -fno-diagnostics-color -Wall -fPIC -ggdb -I. -c parens.c -o parens.o
In file included from parens.y:4:0:
parens.h:10:22: error: expected identifier before â\200\230(â\200\231 token
#define GREATER_THAN (1 << 6)
Notice the â\200\230(â\200\231
part.
GCC version: gcc (Ubuntu 6.3.0-12ubuntu2) 6.3.0 20170406
.
$GCC_COLORS
is not defined.
How to get rid of the extra formatting, which isn't printed correctly anyway?