$ cat test.c #include int main(int argc, char** argv) { return 0; } $ cc -Wall -Werror -o test test.c $