mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 21:31:04 +00:00
Bug 1317638 - Fix build fail in TestBlockingProcess.cpp if enabling warnings as errors. r=erahm
MozReview-Commit-ID: AChdrrdhf4Z --HG-- extra : rebase_source : 3aab53ea08a0c6699f963b32e1f896cb13d02359
This commit is contained in:
parent
cdfb8febbc
commit
c1ca1ea63f
@ -1,8 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include "mozilla/Unused.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
char tmp;
|
||||
fread(&tmp, sizeof(tmp), 1, stdin);
|
||||
mozilla::Unused << fread(&tmp, sizeof(tmp), 1, stdin);
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user