Re: [PATCH] build: fix meson warning about using compiler warning flags

2022-02-02 Thread Thomas Monjalon
21/01/2022 17:41, Luca Boccassi: > On Fri, 2022-01-21 at 15:53 +, Bruce Richardson wrote: > > Each build, meson would issue a warning reporting that the > > "warning_level" setting should be used in place of adding -Wextra > > directly to our build commands. Testing with meson 0.61 shows that t

Re: [PATCH] build: fix meson warning about using compiler warning flags

2022-01-21 Thread Luca Boccassi
On Fri, 2022-01-21 at 15:53 +, Bruce Richardson wrote: > Each build, meson would issue a warning reporting that the > "warning_level" setting should be used in place of adding -Wextra > directly to our build commands. Testing with meson 0.61 shows that the > only difference for gcc and clang bu

[PATCH] build: fix meson warning about using compiler warning flags

2022-01-21 Thread Bruce Richardson
Each build, meson would issue a warning reporting that the "warning_level" setting should be used in place of adding -Wextra directly to our build commands. Testing with meson 0.61 shows that the only difference for gcc and clang builds between warning levels 1 and 2 is the addition of -Wextra, so