Advertisement
Alx31

amami DU with omnirom kernel

Jul 18th, 2014
515
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.46 KB | None | 0 0
  1. frameworks/native/opengl/libagl/light.cpp:232:49: warning: missing braces around initializer for 'android::gl::vec4_t::<anonymous union>::<anonymous struct>' [-Wmissing-braces]
  2. target thumb C++: libGLES_android <= frameworks/native/opengl/libagl/texture.cpp
  3. target thumb C++: libGLES_android <= frameworks/native/opengl/libagl/Tokenizer.cpp
  4. target thumb C++: libGLES_android <= frameworks/native/opengl/libagl/TokenManager.cpp
  5. target thumb C++: libGLES_android <= frameworks/native/opengl/libagl/TextureObjectManager.cpp
  6. target thumb C++: libGLES_android <= frameworks/native/opengl/libagl/BufferObjectManager.cpp
  7. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/audio_hw.c
  8. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/voice.c
  9. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/msm8974/platform.c
  10. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/vendor-platform/customplatform.c
  11. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/audio_extn/audio_extn.c
  12. hardware/qcom/audio-caf-bfam/hal/audio_hw.c: In function 'disable_snd_device':
  13. hardware/qcom/audio-caf-bfam/hal/audio_hw.c:329:45: error: macro "audio_extn_usb_stop_capture" passed 1 arguments, but takes just 0
  14. hardware/qcom/audio-caf-bfam/hal/audio_hw.c:329:13: error: 'audio_extn_usb_stop_capture' undeclared (first use in this function)
  15. hardware/qcom/audio-caf-bfam/hal/audio_hw.c:329:13: note: each undeclared identifier is reported only once for each function it appears in
  16. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/audio_extn/fm.c
  17. target arm C: audio.primary.msm8974 <= hardware/qcom/audio-caf-bfam/hal/audio_extn/hfp.c
  18. make: *** [/home/alex31/DU/out/target/product/amami/obj/SHARED_LIBRARIES/audio.primary.msm8974_intermediates/audio_hw.o] Error 1
  19. make: *** Waiting for unfinished jobs....
  20. frameworks/native/opengl/libagl/egl.cpp: In function 'EGLBoolean eglChooseConfig(EGLDisplay, const EGLint*, void**, EGLint, EGLint*)':
  21. frameworks/native/opengl/libagl/egl.cpp:1495:93: warning: comparison of unsigned expression < 0 is always false [-Wtype-limits]
  22. frameworks/native/opengl/libagl/texture.cpp: In function 'void glCompressedTexImage2D(GLenum, GLint, GLenum, GLsizei, GLsizei, GLint, GLsizei, const GLvoid*)':
  23. frameworks/native/opengl/libagl/texture.cpp:1146:62: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  24. make: *** wait: No child processes. Stop.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement