Removing warning suppression flags from modules/audio_coding.
Bug: webrtc:9251 Change-Id: I7af3985d337082eea56164357119040383a37074 Reviewed-on: https://webrtc-review.googlesource.com/80483 Reviewed-by: Karl Wiberg <kwiberg@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#23503}
This commit is contained in:
committed by
Commit Bot
parent
5441398d21
commit
27fe43a1aa
@ -416,7 +416,7 @@ int main(int argc, char* argv[]) {
|
||||
printf("Rate Limit.................. %d bits/sec \n", rateLimit);
|
||||
|
||||
#ifdef WIN32
|
||||
fprintf(bitrateFile, "%d %10u %d %6.3f %6.3f %6.3f\n",
|
||||
fprintf(bitrateFile, "%d %10lu %d %6.3f %6.3f %6.3f\n",
|
||||
sampFreqKHz, framecnt, bottleneck, rateLB, rateUB, rate);
|
||||
fclose(bitrateFile);
|
||||
#endif // WIN32
|
||||
|
||||
Reference in New Issue
Block a user