Mark WARN_PHP_PUBLIC_BASE as no longer used

It's not used since SWIG 4.1.0.
This commit is contained in:
Olly Betts 2024-02-12 09:39:12 +13:00
parent c60734add6
commit e6163fcb34
2 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
%module(directors="1",dirprot="1") director_using
%warnfilter(SWIGWARN_PHP_PUBLIC_BASE) FooBar;
%{
#include <string>
#include <iostream>

View File

@ -320,7 +320,7 @@
#define WARN_PHP_MULTIPLE_INHERITANCE 870
#define WARN_PHP_UNKNOWN_PRAGMA 871
#define WARN_PHP_PUBLIC_BASE 872
/* Unused since 4.1.0: define WARN_PHP_PUBLIC_BASE 872 */
/* please leave 870-889 free for PHP */