From 37afa876a72344fdfc8091db8d292af2f796c77c Mon Sep 17 00:00:00 2001 From: Adam Ierymenko Date: Fri, 17 Jun 2016 00:21:58 +0000 Subject: Linux bug fixes, small controller fix. --- osdep/Phy.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/Phy.hpp') diff --git a/osdep/Phy.hpp b/osdep/Phy.hpp index 1b08f30a..eab8a317 100644 --- a/osdep/Phy.hpp +++ b/osdep/Phy.hpp @@ -871,7 +871,7 @@ public: #if defined(_WIN32) || defined(_WIN64) ::recv(_whackReceiveSocket,tmp,16,0); #else - (void)(::read(_whackReceiveSocket,tmp,16)); + ::read(_whackReceiveSocket,tmp,16); #endif } -- cgit v1.2.3