diff options
author | 2014-11-21 21:38:42 +0000 | |
---|---|---|
committer | 2014-11-21 21:38:42 +0000 | |
commit | 99377df12ee696e01cd9071132f122801a9862ce (patch) | |
tree | 01769a67c494fe1f8264581d4f01e94705ce9c5f /libs/hwui/Program.h | |
parent | e606a7884dff4acc926cb82bf6492e83e9a1d3af (diff) | |
parent | d2738eadc1f8c92c64d47429ef3f168738431809 (diff) |
am d2738ead: Merge "Frameworks/base: Unused parameters in hwui"
* commit 'd2738eadc1f8c92c64d47429ef3f168738431809':
Frameworks/base: Unused parameters in hwui
Diffstat (limited to 'libs/hwui/Program.h')
-rw-r--r-- | libs/hwui/Program.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/hwui/Program.h b/libs/hwui/Program.h index 56773f44f9b5..7ea537674443 100644 --- a/libs/hwui/Program.h +++ b/libs/hwui/Program.h @@ -285,6 +285,8 @@ struct ProgramDescription { programid k = key(); PROGRAM_LOGD("%s (key = 0x%.8x%.8x)", message, uint32_t(k >> 32), uint32_t(k & 0xffffffff)); +#else + (void)message; #endif } |