Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main()':
prog.cc:8:10: warning: variable 't1' set but not used [-Wunused-but-set-variable]
auto t1 = tag(int{}); //#2
^~
prog.cc:9:10: warning: variable 't3' set but not used [-Wunused-but-set-variable]
auto t3 = (tag(int{})); //#3
^~
Exit Code:
0