commit | febaaa937f2bb08197ab5636afce210028357888 | [log] [tgz] |
---|---|---|
author | Colin Cross <ccross@android.com> | Wed Feb 05 18:21:09 2014 -0800 |
committer | Colin Cross <ccross@android.com> | Wed Feb 05 18:21:09 2014 -0800 |
tree | 855379228c17336360e8ca59fb11727dcd3ac4b4 | |
parent | aea8c156649c16347514741eb084858cdb458b75 [diff] [blame] |
gralloc: fix warnings Fix LP64 pointer casting warnings, unused parameters, and turn off missing initializer warnings. Change-Id: Idb70f4534282fed64ae81cb1e154d3f5b93091b0
diff --git a/modules/gralloc/gralloc_priv.h b/modules/gralloc/gralloc_priv.h index 86a5d52..9f32d58 100644 --- a/modules/gralloc/gralloc_priv.h +++ b/modules/gralloc/gralloc_priv.h
@@ -75,7 +75,7 @@ int offset; // FIXME: the attributes below should be out-of-line - int base; + uintptr_t base; int pid; #ifdef __cplusplus