jaeandersson / swig

SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
http://www.swig.org
Other
23 stars 19 forks source link

test-suite warnings with Octave on shadowed built-in functions #101

Open KrisThielemans opened 2 years ago

KrisThielemans commented 2 years ago

Originally mentioned in https://github.com/jaeandersson/swig/pull/96#issuecomment-998434304

I get a ton of warnings like

Warning: function ./+li_math/atan.m shadows a built-in function

This is likely due to https://savannah.gnu.org/bugs/?46849. There doesn't seem to be anything we can do about this.