emulator gralloc: removed compilation warnings.

just removes anoying compliation warnings in the HMI
initialization.

Change-Id: I23377a7cae774cf436f89e25edb78c10ff5b5c78
This commit is contained in:
Guy Zadikario
2011-06-06 14:32:48 +03:00
committed by David 'Digit' Turner
parent 7d39ef3772
commit 22a288abf8

View File

@@ -712,11 +712,15 @@ struct private_module_t HAL_MODULE_INFO_SYM = {
id: GRALLOC_HARDWARE_MODULE_ID,
name: "Graphics Memory Allocator Module",
author: "The Android Open Source Project",
methods: &gralloc_module_methods
methods: &gralloc_module_methods,
dso: NULL,
reserved: {0, }
},
registerBuffer: gralloc_register_buffer,
unregisterBuffer: gralloc_unregister_buffer,
lock: gralloc_lock,
unlock: gralloc_unlock,
perform: NULL,
reserved_proc : {NULL, }
}
};