diff options
author | vanhauser-thc <vh@thc.org> | 2021-03-25 08:40:33 +0100 |
---|---|---|
committer | vanhauser-thc <vh@thc.org> | 2021-03-25 08:40:33 +0100 |
commit | ab394836a9fe3faadb9d1af3a7d377bbcf5b5eee (patch) | |
tree | 5d276f2288659e9c6a7975dfa87e9a10c17e2337 /include/afl-fuzz.h | |
parent | 55224e5150b3acfc4c1db3975ef6a2b5e173f626 (diff) | |
download | afl++-ab394836a9fe3faadb9d1af3a7d377bbcf5b5eee.tar.gz |
remove warnings
Diffstat (limited to 'include/afl-fuzz.h')
-rw-r--r-- | include/afl-fuzz.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index 691ba148..046b0177 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -390,7 +390,8 @@ typedef struct afl_env_vars { *afl_hang_tmout, *afl_forksrv_init_tmout, *afl_skip_crashes, *afl_preload, *afl_max_det_extras, *afl_statsd_host, *afl_statsd_port, *afl_crash_exitcode, *afl_statsd_tags_flavor, *afl_testcache_size, - *afl_testcache_entries, *afl_kill_signal, *afl_target_env, *afl_persistent_record; + *afl_testcache_entries, *afl_kill_signal, *afl_target_env, + *afl_persistent_record; } afl_env_vars_t; |