Advertisement
Guest User

Untitled

a guest
Mar 27th, 2021
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. [ 18%] Building CXX object qtbase/src/corelib/CMakeFiles/Core.dir/cmake_pch.hxx.gch
  2. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/adler32.c.obj
  3. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/compress.c.obj
  4. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/crc32.c.obj
  5. [ 18%] [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzclose.c.objBuilding C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/deflate.c.obj
  6.  
  7. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzlib.c.obj
  8. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzread.c.obj
  9. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\gzlib.c: In function 'z_gz_error':
  10. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\gzlib.c:618:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  11. }
  12. ^
  13. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/gzwrite.c.obj
  14. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/infback.c.obj
  15. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inffast.c.obj
  16. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\infback.c: In function 'z_inflateBack':
  17. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\infback.c:479:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  18. state->mode = LEN;
  19. ~~~~~~~~~~~~^~~~~
  20. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\infback.c:481:9: note: here
  21. case LEN:
  22. ^~~~
  23. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inflate.c.obj
  24. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/inftrees.c.obj
  25. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inffast.c: In function 'z_inflate_fast':
  26. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inffast.c:307:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  27. }
  28. ^
  29. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c: In function 'z_inflate':
  30. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:742:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  31. state->mode = EXLEN;
  32. ~~~~~~~~~~~~^~~~~~~
  33. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:743:9: note: here
  34. case EXLEN:
  35. ^~~~
  36. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:755:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  37. state->mode = EXTRA;
  38. ~~~~~~~~~~~~^~~~~~~
  39. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:756:9: note: here
  40. case EXTRA:
  41. ^~~~
  42. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:777:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  43. state->mode = NAME;
  44. ~~~~~~~~~~~~^~~~~~
  45. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:778:9: note: here
  46. case NAME:
  47. ^~~~
  48. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:798:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  49. state->mode = COMMENT;
  50. ~~~~~~~~~~~~^~~~~~~~~
  51. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:799:9: note: here
  52. case COMMENT:
  53. ^~~~
  54. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:818:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  55. state->mode = HCRC;
  56. ~~~~~~~~~~~~^~~~~~
  57. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:819:9: note: here
  58. case HCRC:
  59. ^~~~
  60. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:841:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  61. state->mode = DICT;
  62. ~~~~~~~~~~~~^~~~~~
  63. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:842:9: note: here
  64. case DICT:
  65. ^~~~
  66. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:848:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  67. state->mode = TYPE;
  68. ~~~~~~~~~~~~^~~~~~
  69. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:849:9: note: here
  70. case TYPE:
  71. ^~~~
  72. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:850:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  73. if (flush == Z_BLOCK || flush == Z_TREES) goto inf_leave;
  74. ^
  75. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:851:9: note: here
  76. case TYPEDO:
  77. ^~~~
  78. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:900:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  79. if (flush == Z_TREES) goto inf_leave;
  80. ^
  81. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:901:9: note: here
  82. case COPY_:
  83. ^~~~
  84. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:902:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  85. state->mode = COPY;
  86. ~~~~~~~~~~~~^~~~~~
  87. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:903:9: note: here
  88. case COPY:
  89. ^~~~
  90. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1041:16: warning: this statement may fall through [-Wimplicit-fallthrough=]
  91. if (flush == Z_TREES) goto inf_leave;
  92. ^
  93. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1042:9: note: here
  94. case LEN_:
  95. ^~~~
  96. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1043:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  97. state->mode = LEN;
  98. ~~~~~~~~~~~~^~~~~
  99. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1044:9: note: here
  100. case LEN:
  101. ^~~~
  102. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1092:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  103. state->mode = LENEXT;
  104. ~~~~~~~~~~~~^~~~~~~~
  105. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1093:9: note: here
  106. case LENEXT:
  107. ^~~~
  108. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1102:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  109. state->mode = DIST;
  110. ~~~~~~~~~~~~^~~~~~
  111. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1103:9: note: here
  112. case DIST:
  113. ^~~~
  114. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1129:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  115. state->mode = DISTEXT;
  116. ~~~~~~~~~~~~^~~~~~~~~
  117. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1130:9: note: here
  118. case DISTEXT:
  119. ^~~~
  120. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1145:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  121. state->mode = MATCH;
  122. ~~~~~~~~~~~~^~~~~~~
  123. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1146:9: note: here
  124. case MATCH:
  125. ^~~~
  126. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1220:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  127. state->mode = LENGTH;
  128. ~~~~~~~~~~~~^~~~~~~~
  129. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1221:9: note: here
  130. case LENGTH:
  131. ^~~~
  132. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1233:25: warning: this statement may fall through [-Wimplicit-fallthrough=]
  133. state->mode = DONE;
  134. ~~~~~~~~~~~~^~~~~~
  135. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inflate.c:1234:9: note: here
  136. case DONE:
  137. ^~~~
  138. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/trees.c.obj
  139. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/uncompr.c.obj
  140. [ 18%] Building C object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/zlib/src/zutil.c.obj
  141. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inftrees.c: In function 'z_inflate_table':
  142. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\inftrees.c:304:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  143. }
  144. ^
  145. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_init':
  146. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:402:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  147. }
  148. ^
  149. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_stored_block':
  150. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:881:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  151. }
  152. ^
  153. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_flush_bits':
  154. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:890:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  155. }
  156. ^
  157. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_align':
  158. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:905:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  159. }
  160. ^
  161. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_flush_block':
  162. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:1008:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  163. }
  164. ^
  165. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: In function 'z__tr_tally':
  166. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:1059:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  167. }
  168. ^
  169. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c: At top level:
  170. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  171. }
  172. ^
  173. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\trees.c:1203:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  174. [ 18%] Building CXX object qtbase/src/corelib/CMakeFiles/Core.dir/tools/qcommandlineoption.cpp.obj
  175. [ 18%] Building CXX object qtbase/src/corelib/CMakeFiles/Core.dir/tools/qcommandlineparser.cpp.obj
  176. [ 18%] Building CXX object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/double-conversion/bignum.cc.obj
  177. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\zutil.c: In function 'z_zcalloc':
  178. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\zutil.c:313:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  179. }
  180. ^
  181. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\zutil.c: In function 'z_zcfree':
  182. C:\Qt\Static\6.0.2\Src\qtbase\src\3rdparty\zlib\src\zutil.c:321:1: warning: visibility attribute not supported in this configuration; ignored [-Wattributes]
  183. }
  184. ^
  185. [ 18%] Building CXX object qtbase/src/corelib/CMakeFiles/Core.dir/__/3rdparty/double-conversion/bignum-dtoa.cc.obj
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement