aboutsummaryrefslogtreecommitdiff
path: root/fesvr/htif_hexwriter.h
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2022-09-22 17:29:50 -0700
committerAndrew Waterman <andrew@sifive.com>2022-10-04 15:40:01 -0700
commitf8752d8feea04303d5f3bdeabce8864b3b2430ed (patch)
tree8dede6336fe10cd2e6f14a354ec7b081ad47980f /fesvr/htif_hexwriter.h
parentac89fe6ce3150dc651238991235b7f2e8ac93aec (diff)
downloadspike-f8752d8feea04303d5f3bdeabce8864b3b2430ed.zip
spike-f8752d8feea04303d5f3bdeabce8864b3b2430ed.tar.gz
spike-f8752d8feea04303d5f3bdeabce8864b3b2430ed.tar.bz2
Suppress several unused-parameter warnings in fesvr
Diffstat (limited to 'fesvr/htif_hexwriter.h')
-rw-r--r--fesvr/htif_hexwriter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fesvr/htif_hexwriter.h b/fesvr/htif_hexwriter.h
index 7256166..0cd859b 100644
--- a/fesvr/htif_hexwriter.h
+++ b/fesvr/htif_hexwriter.h
@@ -21,7 +21,7 @@ protected:
void read_chunk(addr_t taddr, size_t len, void* dst);
void write_chunk(addr_t taddr, size_t len, const void* src);
- void clear_chunk(addr_t taddr, size_t len) {}
+ void clear_chunk(addr_t, size_t) {}
size_t chunk_max_size() { return width; }
size_t chunk_align() { return width; }