diff options
author | Your Name <you@example.com> | 2021-12-23 22:39:43 +0000 |
---|---|---|
committer | jon <jon@odroid.lan> | 2021-12-23 22:39:43 +0000 |
commit | edeaf72ea8c83843c68b93ab6b319c202d4ab1ce (patch) | |
tree | 59e7920697244d9b4f154630ec9f665b0c1423a5 /frida_mode/include/instrument.h | |
parent | c76dc73c7abba17ace61f703199946fe4cee162f (diff) | |
download | afl++-edeaf72ea8c83843c68b93ab6b319c202d4ab1ce.tar.gz |
Fix compiler warnings
Diffstat (limited to 'frida_mode/include/instrument.h')
-rw-r--r-- | frida_mode/include/instrument.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frida_mode/include/instrument.h b/frida_mode/include/instrument.h index a5d52616..63f12181 100644 --- a/frida_mode/include/instrument.h +++ b/frida_mode/include/instrument.h @@ -51,7 +51,7 @@ void instrument_coverage_unstable(guint64 edge, guint64 previous_rip, guint64 previous_end, guint64 current_rip, guint64 current_end); -void instrument_on_fork(); +void instrument_on_fork(void); guint64 instrument_get_offset_hash(GumAddress current_rip); |