commit:     39262b17091e041975a9ba483348f0a39f80b321
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Tue Dec 30 18:31:42 2025 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Tue Dec 30 18:31:42 2025 +0000
URL:        https://gitweb.gentoo.org/proj/steve.git/commit/?id=39262b17

Remove unused flags arg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 src/steve.cxx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/steve.cxx b/src/steve.cxx
index 55f6be1..22e0f7d 100644
--- a/src/steve.cxx
+++ b/src/steve.cxx
@@ -805,7 +805,7 @@ static void steve_timeout_to_timeval(struct timeval *out, 
double timeout) {
 
 static void steve_ioctl(
        fuse_req_t req, int cmd, void *, fuse_file_info *fi,
-       unsigned flags, const void *in_buf, size_t, size_t)
+       unsigned, const void *in_buf, size_t, size_t)
 {
        steve_state *state = static_cast<steve_state *>(fuse_req_userdata(req));
        /* FUSE uses the wrong type, sigh */

Reply via email to