Advertisement
Guest User

Untitled

a guest
May 5th, 2016
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. In file included from /home/bthom/riscy/vendor/connectal/cpp/dmaManager.c:35:0:
  2. /home/bthom/riscy/vendor/connectal/cpp/dmaSendFd.h: In function ‘int send_fd_to_portal(PortalInternal*, int, int, int)’:
  3. /home/bthom/riscy/vendor/connectal/cpp/dmaSendFd.h:125:39: error: iteration 3u invokes undefined behavior
  4. [-Werror=aggressive-loop-optimizations]
  5. border <<= (shifts[i] - shifts[i+1]);
  6. ^
  7. /home/bthom/riscy/vendor/connectal/cpp/dmaSendFd.h:119:3: note: containing loop
  8. for(i = 0; i < 4; i++){
  9. ^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement