Merge "Fix compiler error on com_android_mtp_AppFuse.cpp."

This commit is contained in:
Daichi Hirono
2015-12-21 04:32:36 +00:00
committed by Android (Google) Code Review

View File

@@ -119,6 +119,9 @@ private:
if (in->minor <= 22) {
*reply_size = FUSE_COMPAT_22_INIT_OUT_SIZE;
}
#else
// Don't drop this line to prevent an 'unused' compile error.
*reply_size = sizeof(fuse_init_out);
#endif
out->major = FUSE_KERNEL_VERSION;