projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9936b80
)
[fuzzer] fix warning in a test
author
Kostya Serebryany
<kcc@google.com>
Thu, 29 Jan 2015 18:13:36 +0000
(18:13 +0000)
committer
Kostya Serebryany
<kcc@google.com>
Thu, 29 Jan 2015 18:13:36 +0000
(18:13 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@227478
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Fuzzer/test/ExactTest.cpp
patch
|
blob
|
history
diff --git
a/lib/Fuzzer/test/ExactTest.cpp
b/lib/Fuzzer/test/ExactTest.cpp
index c9898f3c811ccf914e30f123a874c0f40ed60858..bbfed3c1eb013610fb2363af709d8b192249f57d 100644
(file)
--- a/
lib/Fuzzer/test/ExactTest.cpp
+++ b/
lib/Fuzzer/test/ExactTest.cpp
@@
-4,8
+4,6
@@
#include <cstddef>
#include <iostream>
-static volatile int Sink;
-
extern "C" void TestOneInput(const uint8_t *Data, size_t Size) {
int bits = 0;
if (Size > 0 && Data[0] == 'F') bits |= 1;