Advertisement
m4tx

Untitled

Aug 14th, 2012
40
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.86 KB | None | 0 0
  1. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/src/proto/proto.cpp||In member function ‘int Proto::Listen(uint)’:|
  2. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/src/proto/proto.cpp|159|error: invalid conversion from ‘int*’ to ‘socklen_t* {aka unsigned int*}’ [-fpermissive]|
  3. /usr/include/x86_64-linux-gnu/sys/socket.h|214|error: initializing argument 3 of ‘int accept(int, sockaddr*, socklen_t*)’ [-fpermissive]|
  4. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/src/proto/proto.cpp|178|warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat]|
  5. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/src/proto/proto.cpp|224|warning: format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘long unsigned int’ [-Wformat]|
  6. ||=== Build finished: 2 errors, 2 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement