I got several complaints from g++ 4.6 while building.

This is the second one I'm reporting - because it looks like the casts are
not needed.

Why are there casts to void* here?

 65     if (frameStart[0] != 0 || frameStart[1] != 0) {
 66       envir() << "H263plusVideoRTPSink::doSpecialFrameHandling():
unexpected non-zero first two bytes: "
 67           << (void*)(frameStart[0]) << "," << (void*)(frameStart[1])
<< "\n";
 68     }


  // Wally Owen

_______________________________________________
live-devel mailing list
live-devel@lists.live555.com
http://lists.live555.com/mailman/listinfo/live-devel

Reply via email to