about summary refs log tree commit diff
path: root/frida_mode/src/stats
diff options
context:
space:
mode:
authorvan Hauser <vh@thc.org>2022-10-12 17:09:49 +0200
committerGitHub <noreply@github.com>2022-10-12 17:09:49 +0200
commitd1e1bbc713b22d620956143634ecdf97223aa59f (patch)
tree17982970cf6923c76b298f74f3fffc9e87dc5844 /frida_mode/src/stats
parentcbfa5207ba2853e249ffb256d99880368ee224e0 (diff)
parent77ebab64d3826e0644dc75b05916893ec8929e68 (diff)
downloadafl++-d1e1bbc713b22d620956143634ecdf97223aa59f.tar.gz
Merge pull request #1553 from AFLplusplus/dev
4.05a init
Diffstat (limited to 'frida_mode/src/stats')
-rw-r--r--frida_mode/src/stats/stats_arm32.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/frida_mode/src/stats/stats_arm32.c b/frida_mode/src/stats/stats_arm32.c
index bd652aa3..6c72a476 100644
--- a/frida_mode/src/stats/stats_arm32.c
+++ b/frida_mode/src/stats/stats_arm32.c
@@ -13,6 +13,7 @@ void starts_arch_init(void) {
 
 void stats_write_arch(stats_data_t *data) {
 
+  UNUSED_PARAMETER(data);
   FFATAL("Stats not supported on this architecture");
 
 }