Author
anonymous
over 8 years ago
$
warning: unknown warning option '-Wall -Wextra -Werror' [-Wunknown-warning-option] prog.cc:3:14: error: compound literals are a C99-specific feature [-Werror,-Wc99-extensions] int* a = (int*){}; // doesn't compile ^ 1 warning and 1 error generated.