commit | 5eecc449cc75771cc0c6eb0ad936117d16704b83 | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Wed Feb 12 14:16:14 2014 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Wed Feb 12 14:27:51 2014 -0800 |
tree | 3c4b870c075f8651c7780e36e796d1f6c6e9a843 | |
parent | 311edc8cb2dd5c86bad49f9696333874b400f9c4 [diff] [blame] |
vold: suppress unused argument warning messages (cherry picked from commit 3e971277db0d87652af5622c989233e7159ab909) Change-Id: Ic1ab533f756fbd44b1f2e5ae12e2f5736ace7740
diff --git a/Volume.cpp b/Volume.cpp index 80552b6..ca56d1c 100644 --- a/Volume.cpp +++ b/Volume.cpp
@@ -147,7 +147,7 @@ void Volume::handleVolumeUnshared() { } -int Volume::handleBlockEvent(NetlinkEvent *evt) { +int Volume::handleBlockEvent(NetlinkEvent * /*evt*/) { errno = ENOSYS; return -1; }