Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main(int, char**)':
prog.cc:5:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if (argc > 3)
^~
prog.cc:7:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
std::cout << "bar" << std::endl;
^~~
bar
Exit Code:
0