Re: git: b8c4bfe660b3 - main - sysutils/reptyr: Address LLVM 13 build failure
Date: Thu, 02 Dec 2021 02:36:44 UTC
On Thu, Dec 02, 2021 at 12:05:46PM +1100, Kubilay Kocak wrote: > On 2/12/2021 11:54 am, Cy Schubert wrote: > > commit b8c4bfe660b373862165a58514f270a51e77e147 > > > > sysutils/reptyr: Address LLVM 13 build failure > > ... > > 2 errors generated. > > Ports usually shouldn't use -Werror and people are strongly encouraged > to add -Wno-error On the other hand, every project really should enable -Werror so the compiler catches as much as it can for you. Having it enabled during development is a must, having it enabled in releases is arguable as it might bring extra burden to maintainer, but it does help to catch bugs in the environment original developer has no access to, so no, we don't strongly encourage -Wno-error when specific warnings can be scoped as it helps to catch other warnings in the future. Now they will likely went unnoticed, ergo unreported and unfixed. ./danfe