How to suppress warnings of some types in Maxima



Dr. David Kirkby wrote:
> Raymond Toy wrote:
>
>> But we should
>> fix the problem if possible instead of suppressing the message.
>>
>> Ray
>
> The habit of suppressing warnings, rather than resolving the 
> underlying issues tends to be very common in software development. 
> I've seen endless cases where people redirect the output of a C or C++ 
> compiler to /dev/null.
>
> Fixing the warnings needs attention to detail, which is what I'd hope 
> anyone producing code like Maxima would do. But it seems something 
> many people are very reluctant to do.
If it bothers you, the source is available to you to fix it. :-)

But I looked at some of these before.  The multiple definitions are 
mostly the same, but differ in subtle ways.  It's difficult to tell 
which is the correct one, if any.   Maybe no single definition will 
work, so a merged implementation is needed. 

That's my excuse anyway for not fixing these.

Ray