Fix misc-macro-parentheses warnings.
Bug: 28705665 Change-Id: I1ad468741c6f117817099d2ba87374dce2b776a9
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
|
||||
using namespace android;
|
||||
|
||||
#define INVALID_VALUE -1
|
||||
#define INVALID_VALUE (-1)
|
||||
|
||||
Mutex DrmManagerClientImpl::sMutex;
|
||||
sp<IDrmManagerService> DrmManagerClientImpl::sDrmManagerService;
|
||||
|
||||
Reference in New Issue
Block a user