We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc5895 commit 864d985Copy full SHA for 864d985
fuzzing/engines/libfuzzer_stub.cc
@@ -18,6 +18,8 @@
18
extern "C" int main(int argc, char** argv) __attribute__((weak));
19
20
int main(int argc, char** argv) {
21
+ (void)argc;
22
+ (void)argv;
23
fprintf(stderr, "*** ERROR *** This is a stub *** ERROR ***\n");
24
fprintf(stderr,
25
" * You have attempted to build a libFuzzer fuzz test, but did not "
0 commit comments