about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorvanhauser-thc <vh@thc.org>2021-02-06 12:26:35 +0100
committervanhauser-thc <vh@thc.org>2021-02-06 12:26:51 +0100
commitd920104248a6c5387267561382636de404938675 (patch)
tree68ae9e47e7d97e78aee1679e0feb2d5fc3fe66c0 /src
parent08076f0500fda00ba09a926a25a0300dc21bade0 (diff)
downloadafl++-d920104248a6c5387267561382636de404938675.tar.gz
remove compiler warnings
Diffstat (limited to 'src')
-rw-r--r--src/afl-cc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/afl-cc.c b/src/afl-cc.c
index cf10d9a7..76f4a437 100644
--- a/src/afl-cc.c
+++ b/src/afl-cc.c
@@ -1840,6 +1840,8 @@ int main(int argc, char **argv, char **envp) {
     for (i = 0; i < argc; i++)
       SAYF(" '%s'", argv[i]);
     SAYF("\n");
+    fflush(stdout);
+    fflush(stderr);
 
   }
 
@@ -1880,6 +1882,8 @@ int main(int argc, char **argv, char **envp) {
     for (i = 0; i < (s32)cc_par_cnt; i++)
       SAYF(" '%s'", cc_params[i]);
     SAYF("\n");
+    fflush(stdout);
+    fflush(stderr);
 
   }