Author
anonymous
almost 7 years ago
Language
Compiler
Options
Author
anonymous
almost 7 years ago
$
prog.cc:17:21: warning: unused variable 'a' [-Wunused-variable]
A<double>::type a = 5.0;
^
prog.cc:19:27: warning: unused variable 'c' [-Wunused-variable]
A<A<A<double>>>::type c = 9.5;
^
prog.cc:18:24: warning: unused variable 'd' [-Wunused-variable]
A<A<double>>::type d = 3.0;
^
3 warnings generated.
Exit Code:
0