Author
anonymous
over 7 years ago
Language
Compiler
Options
Author
anonymous
over 7 years ago
$
prog.cc: In function 'int main(int, const char**)':
prog.cc:18:23: warning: 'b.O::_val' may be used uninitialized in this function [-Wmaybe-uninitialized]
return (!x) != (!y) ? false : ( !x ? true : (*x) == (*y) ) ;
~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
prog.cc:26:5: note: 'b.O::_val' was declared here
O b;
^
/tmp/ccyg0uu6.o: In function `main':
prog.cc:(.text.startup+0x4): undefined reference to `getitem()'
collect2: error: ld returned 1 exit status
Exit Code:
1