Author
anonymous
almost 8 years ago
$
prog.cc: In member function 'int A::foo()': prog.cc:5:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == nullptr) ^~ 1
prog.cc: In member function 'int A::foo()': prog.cc:5:9: warning: nonnull argument 'this' compared to NULL [-Wnonnull-compare] if (this == nullptr) ^~
1