[ create a new paste ] login | about

Link: http://codepad.org/AHvRxoB8    [ raw code | output | fork ]

C++, pasted on Jan 6:
1
2
3
4
5
6
7
int foo ()
{
}

int main ()
{
}


Output:
1
2
3
cc1plus: warnings being treated as errors
In function 'int foo()':
Line 3: warning: control reaches end of non-void function


Create a new paste based on this one


Comments: