Closed kalabiyau closed 11 years ago
Confirmed issue on debian wheezy with same package versions. Error shown below
src/channels.h: In constructor ‘TestChannel::TestChannel(OpalConnection&, TestChanAudio&)’: src/channels.h:112:35: error: cast from ‘TestChannel’ to ‘unsigned int’ loses precision [-fpermissive] src/channels.h: In destructor ‘virtual TestChannel::~TestChannel()’: src/channels.h:116:59: error: cast from ‘TestChannel’ to ‘unsigned int’ loses precision [-fpermissive]
i believe i have fixed this in my fork. Although i cant have two open pull requests so the fix will have to wait until the previous pull request has been reviewed :)
I merged your previous pull request, ready to receive a new one :-)
my mistake, the changes got pulled in with that request, see commit 9bc3078 I believe this issue is now fixed. Please confirm and close :)
Confirmed!
Hey, Tuomo !
On
sipcmd will compile only with
-fpermissive
which, i suppose, not valid behavior