Advertisement
Guest User

Untitled

a guest
Apr 28th, 2015
196
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ../../src/msw/thread.cpp: In member function 'void wxThread::Exit(wxThread::Exit
  2. Code)':
  3. ../../src/msw/thread.cpp:1165:28: error: cast from 'wxThread::ExitCode {aka void
  4. *}' to 'unsigned int' loses precision [-fpermissive]
  5. _endthreadex((unsigned)status);
  6.  
  7. makefile.gcc:4957: recipe for target 'gcc_mswudllmonodll_thread.o' failed
  8. mingw32-make: *** [gcc_mswudllmonodll_thread.o] Error 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement