MamdaMultiParticipantManager.cpp:370:30: error: ISO C++ forbids comparison 
between pointer and integer [-fpermissive]
              if (lastDot+1 != '\0')

FTBFS with GCC-7 aside this just looks wrong.

Firstly if they really intended to compare a pointer I would expect them to use 
0 or NULL not '\0'. Secondly adding one to a pointer before comparing it with 
zero seems a very strange thing to do.

I suspect (note: I'm just taking a flyby look at a bug here, I have no knowlage 
of what the package is supposed to do) was to dereference the pointer. If so 
then this may indicate a bug in the package even when built with current gcc.


Reply via email to