Suppress some SWIG warnings that don't matter.
This commit is contained in:
parent
abc7146d03
commit
d615a3962a
|
@ -17,6 +17,8 @@
|
||||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#pragma SWIG nowarn=325,401
|
||||||
|
|
||||||
%{
|
%{
|
||||||
#include "libsigrok/libsigrok.hpp"
|
#include "libsigrok/libsigrok.hpp"
|
||||||
using namespace std;
|
using namespace std;
|
||||||
|
|
Loading…
Reference in New Issue