Advertisement
Guest User

Untitled

a guest
Mar 27th, 2021
41
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.54 KB | None | 0 0
  1. [ 40%] Building CXX object qtbase/src/opengl/CMakeFiles/OpenGL.dir/qopengltexturecache.cpp.obj
  2. [ 40%] Building C object qtbase/src/plugins/imageformats/jpeg/CMakeFiles/QJpegPlugin.dir/__/__/__/3rdparty/libjpeg/src/jdphuff.c.obj
  3. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c: In function 'decode_mcu_DC_first':
  4. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c:214:60: warning: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare]
  5. ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
  6. ^~~
  7. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c:343:13: note: in expansion of macro 'HUFF_EXTEND'
  8. s = HUFF_EXTEND(r, s);
  9. ^~~~~~~~~~~
  10. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c: In function 'decode_mcu_AC_first':
  11. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c:214:60: warning: operand of ?: changes signedness from 'int' to 'unsigned int' due to unsignedness of other operand [-Wsign-compare]
  12. ((x) < (1 << ((s) - 1)) ? (x) + (((NEG_1) << (s)) + 1) : (x))
  13. ^~~
  14. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\libjpeg\src\jdphuff.c:420:15: note: in expansion of macro 'HUFF_EXTEND'
  15. s = HUFF_EXTEND(r, s);
  16. ^~~~~~~~~~~
  17. [ 40%] Building C object qtbase/src/plugins/imageformats/jpeg/CMakeFiles/QJpegPlugin.dir/__/__/__/3rdparty/libjpeg/src/jdpostct.c.obj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement