commit | 92c6b825ad27e790b5ebd7076bd9b9ef3d5815ce | [log] [tgz] |
---|---|---|
author | Chih-Hung Hsieh <chh@google.com> | Tue May 17 15:20:14 2016 -0700 |
committer | Chih-Hung Hsieh <chh@google.com> | Tue May 17 15:20:14 2016 -0700 |
tree | 5387cdb9c95cece74df22fc6485dfea62e0c3a3d | |
parent | 0603c5dfc34923095218307674a60429bfa5873a [diff] [blame] |
Fix misc-macro-parentheses warnings. Bug: 28705665 Change-Id: I1ad468741c6f117817099d2ba87374dce2b776a9
diff --git a/drm/drmserver/DrmManager.cpp b/drm/drmserver/DrmManager.cpp index 7c53fea..18b9a3b 100644 --- a/drm/drmserver/DrmManager.cpp +++ b/drm/drmserver/DrmManager.cpp
@@ -33,7 +33,7 @@ #include "DrmManager.h" #include "ReadWriteUtils.h" -#define DECRYPT_FILE_ERROR -1 +#define DECRYPT_FILE_ERROR (-1) using namespace android;