octave-maintainers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: f77_exception_encountered


From: Mike Miller
Subject: Re: f77_exception_encountered
Date: Thu, 3 Jan 2019 11:47:43 -0800
User-agent: Mutt/1.10.1 (2018-07-13)

On Thu, Jan 03, 2019 at 14:34:52 -0500, Doug Stewart wrote:
> Thanks for the info.
> There are 51 warnings which I thing is too many to have.
> Is there a way to turn off just these warnings?

You can look at the signal package Makefile. I disable the warnings by
default and leave in a way to re-enable them for testing as needed.

Excerpt:

    CXXFLAGS_PKG := -Wall -Wno-deprecated-declarations $(CXXFLAGS_PKG_APPEND)
    …
    $(MKOCTFILE) $(CXXFLAGS_PKG) …

-- 
mike

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]