Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.88 KB | None | 0 0
  1. mnt/Storage/aex/out/target/product/santoni/obj/SHARED_LIBRARIES/audio.primary.msm8937_intermediates/audio_extn/dts_eagle.d -o /mnt/Storage/aex/out/target/product/santoni/obj/SHARED_LIBRARIES/audio.primary.msm8937_intermediates/audio_extn/dts_eagle.o hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c"hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:106:43: error: passing 'const struct stream_out *' to parameter of type 'struct stream_out *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers]
  2. tret = do_DTS_Eagle_params_stream(out, t, get);
  3. ^~~
  4. hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:63:58: note: passing argument to parameter 'out' here
  5. static int do_DTS_Eagle_params_stream(struct stream_out *out, struct dts_eagle_param_desc_alsa *t, bool get) {
  6. ^
  7. hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:318:136: error: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Werror,-Wformat]
  8. ALOGE("DTS_EAGLE_HAL (%s): size/count mismatch (size = %i bytes, count = %i integers / %u bytes).", __func__, size, count, count*sizpare -Wno-tautological-type-limit-compare -Wno-tautological-unsigned-enum-zero-compare -Wno-tautological-unsigned-zero-compare -Wno-c++98-compat-extra-semi -Wno-return-std-move-in-c++11 -MD -MF /mnt/Storage/aex/out/target/product/santoni/obj/SHARED_LIBRARIES/audio.primary.msm8937_intermediates/audio_extn/dts_eagle.d -o /mnt/Storage/aex/out/target/product/santoni/obj/SHARED_LIBRARIES/audio.primary.msm8937_intermediates/audio_extn/dts_eagle.o hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c"hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:106:43: error: passing 'const struct stream_out *' to parameter of type 'struct stream_out *' discards qualifiers [-Werror,-Wincompatible-pointer-types-discards-qualifiers] tret = do_DTS_Eagle_params_stream(out, t, get);
  9. ^~~ hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:63:58: note: passing argument to parameter 'out' here static int do_DTS_Eagle_params_stream(struct stream_out *out, struct dts_eagle_param_desc_alsa *t, bool get) { ^
  10. hardware/qcom-caf/msm8996/audio/hal/audio_extn/dts_eagle.c:318:136: error: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Werror,-Wformat] ALOGE("DTS_EAGLE_HAL (%s): size/count mismatch (size = %i bytes, count = %i integers / %u bytes).", __func__, size, count, count*sizeof(int));
  11. ~~ ^~~~~~~~~~~~~~~~~ %lu
  12. system/core/liblog/include/log/log_main.h:265:52: note: expanded from macro 'ALOGE'
  13. #define ALOGE(...) ((void)ALOG(LOG_ERROR, LOG_TAG, __VA_ARGS__))
  14. ^~~~~~~~~~~
  15. system/core/liblog/include/log/log_main.h:331:67: note: expanded from macro 'ALOG' #define ALOG(priority, tag, ...) LOG_PRI(ANDROID_##priority, tag, __VA_ARGS__)
  16. ^~~~~~~~~~~
  17. system/core/liblog/include/log/log_main.h:94:69: note: expanded from macro 'LOG_PRI'
  18. #define LOG_PRI(priority, tag, ...) android_printLog(priority, tag, __VA_ARGS__)
  19. ^~~~~~~~~~~
  20. system/core/liblog/include/log/log_main.h:85:34: note: expanded from macro 'android_printLog'
  21. __android_log_print(prio, tag, __VA_ARGS__)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement