summaryrefslogtreecommitdiffstats
path: root/fuse_sideload.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-04-27 20:36:19 +0200
committerandroid-build-merger <android-build-merger@google.com>2017-04-27 20:36:19 +0200
commit67dc335646caf763523dc6d63f35ca281e1b5a2b (patch)
tree22853560f399eae74fa6761f6f4a034e502492ee /fuse_sideload.cpp
parentMerge "applypatch: Remove the obsolete support for "applypatch -s"." am: d5ae4253c1 (diff)
parentMerge "libfusesideload: Clean up the CFLAGS for the module." (diff)
downloadandroid_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar.gz
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar.bz2
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar.lz
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar.xz
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.tar.zst
android_bootable_recovery-67dc335646caf763523dc6d63f35ca281e1b5a2b.zip
Diffstat (limited to 'fuse_sideload.cpp')
-rw-r--r--fuse_sideload.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/fuse_sideload.cpp b/fuse_sideload.cpp
index 1725e8823..279a976ad 100644
--- a/fuse_sideload.cpp
+++ b/fuse_sideload.cpp
@@ -226,11 +226,13 @@ static int handle_open(void* /* data */, struct fuse_data* fd, const struct fuse
return NO_STATUS;
}
-static int handle_flush(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) {
+static int handle_flush(void* /* data */, struct fuse_data* /* fd */,
+ const struct fuse_in_header* /* hdr */) {
return 0;
}
-static int handle_release(void* data, struct fuse_data* fd, const struct fuse_in_header* hdr) {
+static int handle_release(void* /* data */, struct fuse_data* /* fd */,
+ const struct fuse_in_header* /* hdr */) {
return 0;
}