bvarga / delphizmq

0MQ Delphi binding
GNU Lesser General Public License v3.0
137 stars 63 forks source link

Warnings about not used TZMQFrame.getProperty and TZMQFrame.setProperty in zmqapi #28

Open VladimirMikhalyov opened 5 years ago

VladimirMikhalyov commented 5 years ago

These two properties functions are declared private, and they are not used in TZMQFrame class. So Delphi generates related warnings.

This happens, when zmq3 is defined, which is default setting.