Fix -Wstring-conversion warnings.

Review URL: https://webrtc-codereview.appspot.com/1215006

git-svn-id: http://webrtc.googlecode.com/svn/trunk@3696 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
wu@webrtc.org 2013-03-20 21:22:48 +00:00
parent 455370d5b1
commit af33b62a72

View File

@ -311,7 +311,7 @@ WebRtc_Word32 VideoCaptureModuleV4L2::StopCapture()
// Couldn't stop the thread, leak instead of crash.
WEBRTC_TRACE(webrtc::kTraceError, webrtc::kTraceVideoCapture, -1,
"%s: could not stop capture thread", __FUNCTION__);
assert(!"could not stop capture thread");
assert(false);
}
}