commit | aae793802b77cbd18cf93637ee16b36b1734c525 | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Fri Jun 10 14:13:59 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Fri Jun 10 14:15:18 2016 -0700 |
tree | bd67194e8c01490ad327d5f9844a7699f9a4c778 | |
parent | 0c0f9228cf1cd0f39ecb56f643ce7e3b050bb143 [diff] [blame] |
Fix misc-macro-parentheses warnings in system/vold. Add parentheses around macro arguments used beside operators. Bug: 28705665 Change-Id: I44e954f15bf6b8279d0f857d5417b7cb457da779
diff --git a/VolumeManager.h b/VolumeManager.h index 39fc8f9..dd9f09d 100644 --- a/VolumeManager.h +++ b/VolumeManager.h
@@ -217,7 +217,7 @@ extern "C" { #endif /* __cplusplus */ -#define UNMOUNT_NOT_MOUNTED_ERR -2 +#define UNMOUNT_NOT_MOUNTED_ERR (-2) int vold_unmountAll(void); #ifdef __cplusplus }