Author
anonymous
about 7 years ago
$
prog.c: In function 'foo': prog.c:24:14: error: 'i' is used uninitialized in this function [-Werror=uninitialized] for (int i = 0; i < COUNT; i++) ^ cc1: all warnings being treated as errors