mirror of https://github.com/swig/swig
Mark WARN_PHP_PUBLIC_BASE as no longer used
It's not used since SWIG 4.1.0.
This commit is contained in:
parent
c60734add6
commit
e6163fcb34
|
@ -1,7 +1,5 @@
|
|||
%module(directors="1",dirprot="1") director_using
|
||||
|
||||
%warnfilter(SWIGWARN_PHP_PUBLIC_BASE) FooBar;
|
||||
|
||||
%{
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue