This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

bool as return value for an unsigned long function


Hi,

I have a function, that must return a "unsigned long".
If I return a c++ - "true" the compiler doesn't warn.
I know that it is ok in c++, but do I have any chance
to find automaticly all this places in my (big) code, to avoid errors?

thanks in advace

Markus


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]