summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Ierymenko <adam.ierymenko@gmail.com>2018-11-13 16:02:26 -0800
committerAdam Ierymenko <adam.ierymenko@gmail.com>2018-11-13 16:02:26 -0800
commite2b0fb26b18a5e824e94e61b3404833db9d3a6d8 (patch)
tree4f40c8372a9c2d10bf4c659586add1c2d43ae5c1
parent690bd933d52c7dbbcddde7c0aff30f7fee91a6d9 (diff)
downloadinfinitytier-e2b0fb26b18a5e824e94e61b3404833db9d3a6d8.tar.gz
infinitytier-e2b0fb26b18a5e824e94e61b3404833db9d3a6d8.zip
self-test build fix.
-rw-r--r--selftest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest.cpp b/selftest.cpp
index 4008cd2a..c7a78681 100644
--- a/selftest.cpp
+++ b/selftest.cpp
@@ -999,7 +999,7 @@ struct TestPhyHandlers
inline void phyOnUnixAccept(PhySocket *sockL,PhySocket *sockN,void **uptrL,void **uptrN) {}
inline void phyOnUnixClose(PhySocket *sock,void **uptr) {}
inline void phyOnUnixData(PhySocket *sock,void **uptr,void *data,unsigned long len) {}
- inline void phyOnUnixWritable(PhySocket *sock,void **uptr,bool b) {}
+ inline void phyOnUnixWritable(PhySocket *sock,void **uptr) {}
#endif // __UNIX_LIKE__
inline void phyOnFileDescriptorActivity(PhySocket *sock,void **uptr,bool readable,bool writable) {}