Skip to content
Snippets Groups Projects
Commit 97644836 authored by vanhauser-thc's avatar vanhauser-thc
Browse files

remove warning

parent 0c4f0dd4
No related branches found
No related tags found
No related merge requests found
......@@ -268,12 +268,15 @@ static int ExecuteFilesOnyByOne(int argc, char **argv,
__attribute__((weak)) int main(int argc, char **argv) {
// Enable if LLVMFuzzerTestOneInput() has the weak attribute
/*
if (!LLVMFuzzerTestOneInput) {
fprintf(stderr, "Error: function LLVMFuzzerTestOneInput() not found!\n");
abort();
}
*/
if (argc < 2 || strncmp(argv[1], "-h", 2) == 0)
printf(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment