Remove warnings, more Debian stuff, remove obsolete ui/ stuff.

This commit is contained in:
Adam Ierymenko 2016-06-08 11:21:01 -07:00
commit 0ca764968a
16 changed files with 25 additions and 588 deletions

View file

@ -252,7 +252,7 @@ public:
#if defined(_WIN32) || defined(_WIN64)
::send(_whackSendSocket,(const char *)this,1,0);
#else
::write(_whackSendSocket,(PhySocket *)this,1);
(void)::write(_whackSendSocket,(PhySocket *)this,1);
#endif
}
@ -871,7 +871,7 @@ public:
#if defined(_WIN32) || defined(_WIN64)
::recv(_whackReceiveSocket,tmp,16,0);
#else
::read(_whackReceiveSocket,tmp,16);
(void)::read(_whackReceiveSocket,tmp,16);
#endif
}