Advertisement
m4tx

Untitled

Aug 14th, 2012
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/main.cpp||In function ‘int main()’:|
  2. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/main.cpp|50|warning: unused variable ‘pk’ [-Wunused-variable]|
  3. /home/m4tx/Dropbox/Projects/OSRogue/osrogue-code/src/proto/proto.cpp||In member function ‘int Proto::Listen(uint)’:|
  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. obj/Debug/src/TextArea.o:(.rodata._ZTV8TextArea[vtable for TextArea]+0x28)||undefined reference to `TextArea::AcceptChar(int)'|
  7. obj/Debug/src/Widget.o:(.rodata._ZTV6Widget[vtable for Widget]+0x20)||undefined reference to `Widget::Draw() const'|
  8. ||=== Build finished: 2 errors, 3 warnings ===|
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement