Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ^
- target C: memtrack.msm8916 <= hardware/qcom/display-caf/msm8916/libmemtrack/kgsl.c
- target C: power.default <= hardware/libhardware/modules/power/power.c
- hardware/cyanogen/lights/lights-aw2013.c: In function 'close_lights':
- hardware/cyanogen/lights/lights-aw2013.c:450:9: error: implicit declaration of function 'free' [-Werror=implicit-function-declaration]
- free(dev);
- ^
- hardware/cyanogen/lights/lights-aw2013.c:450:9: warning: incompatible implicit declaration of built-in function 'free'
- hardware/cyanogen/lights/lights-aw2013.c: In function 'open_lights':
- hardware/cyanogen/lights/lights-aw2013.c:484:12: error: implicit declaration of function 'malloc' [-Werror=implicit-function-declaration]
- struct light_device_t *dev = malloc(sizeof(struct light_device_t));
- ^
- hardware/cyanogen/lights/lights-aw2013.c:484:34: warning: incompatible implicit declaration of built-in function 'malloc'
- struct light_device_t *dev = malloc(sizeof(struct light_device_t));
- ^
- cc1: some warnings being treated as errors
- make: *** [/home/odsazib/dev/Broken/out/target/product/ido/obj/SHARED_LIBRARIES/lights.msm8916_intermediates/lights-aw2013.o] Error 1
- make: *** Waiting for unfinished jobs....
- hardware/libhardware/modules/power/power.c: In function 'power_init':
- hardware/libhardware/modules/power/power.c:28:45: warning: unused parameter 'module' [-Wunused-parameter]
- static void power_init(struct power_module *module)
- ^
- hardware/libhardware/modules/power/power.c: In function 'power_set_interactive':
- hardware/libhardware/modules/power/power.c:32:56: warning: unused parameter 'module' [-Wunused-parameter]
- static void power_set_interactive(struct power_module *module, int on)
- ^
- hardware/libhardware/modules/power/power.c:32:68: warning: unused parameter 'on' [-Wunused-parameter]
- static void power_set_interactive(struct power_module *module, int on)
- ^
- hardware/libhardware/modules/power/power.c: In function 'power_hint':
- hardware/libhardware/modules/power/power.c:36:45: warning: unused parameter 'module' [-Wunused-parameter]
- static void power_hint(struct power_module *module, power_hint_t hint,
- ^
- hardware/libhardware/modules/power/power.c:37:30: warning: unused parameter 'data' [-Wunused-parameter]
- void *data) {
- ^
- #### make failed to build some targets (26:55 (mm:ss)) ####
- real 26m55.353s
- user 91m31.128s
- sys 3m48.680s
- ls: cannot access '/home/odsazib/dev/Broken/out/target/product/ido/R*.zip': No such file or directory
- Build Suceeded, grab your zip at
- odsazib@Greenhorn ~/dev/Broken $
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement