Win32 port: gcc visibility test passed

This commit is contained in:
Matej Sekoranja
2013-11-20 21:29:33 +01:00
parent 283e7331a0
commit c9e70902a2
14 changed files with 128 additions and 59 deletions
@@ -548,7 +548,7 @@ namespace epics {
virtual void send(ByteBuffer* buffer, TransportSendControl* control) {
int32 pendingRequest = getPendingRequest();
bool initStage = (pendingRequest & QOS_INIT);
bool initStage = ((pendingRequest & QOS_INIT) != 0);
MB_POINT_CONDITIONAL(channelGet, 1, "client channelGet->serialize (start)", !initStage);