FireBurn

Untitled

May 20th, 2019
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. /src/amd/addrlib:/var/tmp/portage/media-libs/mesa-9999/work/mesa-9999-abi_x86_64.amd64/src/amd/common
  2. ../mesa-9999/src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h:47:7: warning: type ‘union GB_ADDR_CONFIG’ violates the C++ One Definition Rule [-Wodr]
  3. 47 | union GB_ADDR_CONFIG {
  4. | ^
  5. ../mesa-9999/src/amd/addrlib/src/chip/r800/si_gb_reg.h:100:3: note: a different type is defined in another translation unit
  6. 100 | } GB_ADDR_CONFIG;
  7. | ^
  8. ../mesa-9999/src/amd/addrlib/src/chip/gfx9/gfx9_gb_reg.h:82:7: note: the first difference of corresponding definitions is field ‘bitfields’
  9. 82 | } bitfields, bits;
  10. | ^
  11. ../mesa-9999/src/amd/addrlib/src/chip/r800/si_gb_reg.h:98:19: note: a field with different name is defined in another translation unit
  12. 98 | unsigned int val : 32;
  13. | ^
  14. In function ‘memcpy’,
  15. inlined from ‘rbug_send_texture_info_reply’ at ../mesa-9999/src/gallium/auxiliary/rbug/rbug_texture.c:331:2,
  16. inlined from ‘rbug_texture_info’ at ../mesa-9999/src/gallium/auxiliary/driver_rbug/rbug_core.c:226:4,
  17. inlined from ‘rbug_header’ at ../mesa-9999/src/gallium/auxiliary/driver_rbug/rbug_core.c:729:16,
  18. inlined from ‘rbug_con’ at ../mesa-9999/src/gallium/auxiliary/driver_rbug/rbug_core.c:793:12,
  19. inlined from ‘rbug_thread’ at ../mesa-9999/src/gallium/auxiliary/driver_rbug/rbug_core.c:835:7:
  20. /usr/include/bits/string_fortified.h:34:10: warning: ‘__builtin_memcpy’ reading 4 bytes from a region of size 2 [-Wstringop-overflow=]
  21. 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest));
  22. | ^
Advertisement
Add Comment
Please, Sign In to add comment