We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4340a2 commit 49aa595Copy full SHA for 49aa595
swig/python/SoapySDR.in.i
@@ -322,11 +322,6 @@ def registerLogHandler(handler):
322
%ignore SoapySDR::Device::releaseWriteBuffer;
323
%ignore SoapySDR::Device::getNativeDeviceHandle;
324
325
-// SWIG warns that one parallel Device::make() function shadows another,
326
-// leading to the second being ignored. Despite this, SWIG generates both
327
-// functions anyway, making this a false positive warning message.
328
-%warnfilter(509) SoapySDR::Device::make;
329
-
330
%nodefaultctor SoapySDR::Device;
331
%include <SoapySDR/Device.hpp>
332
0 commit comments