Re: gcc -Wall vs. manywarnings, git checkout vs. tarball

2023-06-20 Thread Paul Eggert
On 2023-06-06 15:11, Bruno Haible wrote: There are at least two problems here: * A logic that distinguishes two types of environments (e.g. git checkout vs. tarball) increases the test requirements We need to support both environments. But the more similar they behave, the

Re: gcc -Wall vs. manywarnings, git checkout vs. tarball

2023-06-06 Thread Bruno Haible
Paul Eggert wrote: > >* Compilations from a git checkout and compilations from a tarball > > behave the same way. > > They can behave differently if the person checking out from git (or > building from a tarball) has a different environment from the person who > built the tarball. Ther