Hacker News new | ask | show | jobs
by cpeterso 5509 days ago
I think the -Wconversion-null warnings are the other way around:

    int i = NULL;
Because of C++'s conflation of NULL and 0 (and now C++0x's nullptr).