Bug#853594: openmama: ftbfs with GCC-7

2017-12-18 Thread Juhani Numminen
Control: tags -1 + patch Juhani Numminen kirjoitti 05.12.2017 klo 12:54: > https://github.com/OpenMAMA/OpenMAMA/commit/46345f6d78 I put that into the attached patch. -- Juhani Description: Fixes FTBFS with GCC-7. Cherry-picked from upstream: LLVM 5.1 Fixes - pointer dereference . XCode 5.1 u

Bug#853594: openmama: ftbfs with GCC-7

2017-04-06 Thread peter green
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