Skip to content

Commit 49aa595

Browse files
committed
Revert "python: suppress SWIG false positive warning about parallel Device::make() overrides"
This reverts commit 8103f6a.
1 parent c4340a2 commit 49aa595

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

swig/python/SoapySDR.in.i

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -322,11 +322,6 @@ def registerLogHandler(handler):
322322
%ignore SoapySDR::Device::releaseWriteBuffer;
323323
%ignore SoapySDR::Device::getNativeDeviceHandle;
324324

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-
330325
%nodefaultctor SoapySDR::Device;
331326
%include <SoapySDR/Device.hpp>
332327

0 commit comments

Comments
 (0)