Author
anonymous
about 5 years ago
Language
Compiler
Options
Author
anonymous
about 5 years ago
$
prog.cc: In function 'int main()':
prog.cc:7:14: warning: unused variable 'x' [-Wunused-variable]
7 | const char x[2][20] = {"Jason ","at your service\n"};
| ^
prog.cc:8:15: warning: unused variable 'y' [-Wunused-variable]
8 | const char *y = "Quillstone";
| ^
cde
Exit Code:
0