On Wed, 3 Feb 2021 at 10:15, Simon Ser contact@emersion.fr wrote:
On Wednesday, February 3rd, 2021 at 11:08 AM, Emil Velikov emil.l.velikov@gmail.com wrote:
On Wed, 3 Feb 2021 at 09:27, Simon Ser contact@emersion.fr wrote:
On Wednesday, February 3rd, 2021 at 1:56 AM, Emil Velikov emil.l.velikov@gmail.com wrote:
As summed in the commit message the burden is only applicable when all of the following are set:
- non-linux
- force DRM_FOURCC_STANDALONE
- c99 -pedantic
Oh, and FWIW, this is not a theoretical situation at all. All of these conditions happen to be true on my compositor. It has FreeBSD CI, -Werror, and will use DRM_FOURCC_STANDALONE when available.
There are ways to disable [1] or silence [2] this - are you intentionally ignoring them?
We have a policy against pragma. However we already use -std=c11, so in fact wouldn't be affected by this change.
No issue then, great. Let's merge this trivial solution and move on to other things.
-Emil