2fc6e388c0d83136ae2701d3fdb53a81bcbdba84

Description: On ChromeOS/ARM, compiler enforces to check return result of a function. Currently, we don't check return result of fwrite, it causes building errors. The following files need to patch. The patch should be similar, before I patch all of them, I will start with 3 files, once we agree upon the solution, we will expand it to all of them. The question is should we do 1. if (error) { return -1;} or 2. if (error) { /*ignor the error*/ } I took "return -1" in this patch, but I'm OK with either. Please let me know your thoughts and I will upload a new patch. Review URL: https://webrtc-codereview.appspot.com/583010 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2315 4adac7df-926f-26a2-2b94-8c16560cd09d
Description
No description provided
Languages
C++
88.6%
C
3.3%
Java
3%
Objective-C++
1.9%
Python
1.9%
Other
1%