bug-make
[Top][All Lists]
Advanced

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

Re: oddball messages on FreeBSD that cause make to fail the testsuite


From: Paul Smith
Subject: Re: oddball messages on FreeBSD that cause make to fail the testsuite
Date: Tue, 15 Feb 2022 00:38:19 -0500
User-agent: Evolution 3.42.4 (by Flathub.org))

On Mon, 2022-02-14 at 18:54 -0500, Dennis Clarke wrote:
> variable 'plugin_is_GPL_compatible' [-Wmissing-variable-declarations]

This is happening because you're adding extra compile-time options to
the standard GNU make build, and those options are getting passed
through to the test suite.

Most likely we should expend a little effort to sanitize the options
provided to the compiler in the test suite to remove unneeded things
like extra warnings.

However, in general when compiling external tools it's probably not a
good idea to force extra warning flags etc. into the build, unless
you're actually trying to develop or debug the code.  If you're just
trying to build it to use it, then adding extended warnings usually
just generates spurious issues.



reply via email to

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