Author
anonymous
almost 8 years ago
$
prog.cc: In function 'int main()': prog.cc:6:9: warning: variable 'array' set but not used [-Wunused-but-set-variable] int array[] = {1, 2, 3}; ^~~~~ 3
prog.cc: In function 'int main()': prog.cc:6:9: warning: variable 'array' set but not used [-Wunused-but-set-variable] int array[] = {1, 2, 3}; ^~~~~
3