11:17 fdobridge: <k​arolherbst🐧🦀> `-Wstringop-overflow=` throws a bunch of warnings in the mme code
11:18 fdobridge: <k​arolherbst🐧🦀> gcc 13.2.1
11:32 fdobridge: <!​[NVK Whacker] Echo (she) 🇱🇹> I guess Mesa should compile with `-Werror -Wall -Wpedantic` then 😈
11:34 fdobridge: <k​arolherbst🐧🦀> please no
11:36 fdobridge: <l​ingm> ```
11:36 fdobridge: <l​ingm> $ rustc -Werror -Wall -Wpedantic
11:36 fdobridge: <l​ingm>
11:36 fdobridge: <l​ingm> The flag `-Wall` does not exist in `rustc`. Most useful lints are enabled by
11:36 fdobridge: <l​ingm> default. Use `rustc -W help` to see all available lints. It's more common to put
11:36 fdobridge: <l​ingm> warning settings in the crate root using `#![warn(LINT_NAME)]` instead of using
11:36 fdobridge: <l​ingm> the command line flag directly.
11:36 fdobridge: <l​ingm> ```
11:40 fdobridge: <!​[NVK Whacker] Echo (she) 🇱🇹> I mean for C/CPP
13:17 AndrewR: anyone saw such linking failure with rusticl/mesa on Slackware -current x86-64? https://pastebin.com/iNKYdn1V
13:25 fdobridge: <k​arolherbst🐧🦀> mhhh interesting
15:51 AndrewR: rebooting to see if atomic ioctl support will make cl-gl sharing appear on nouveau ...:)
16:01 fdobridge: <b​enjaminl> setting up clippy for the rust bits might be worthwhile, although it definitely shouldn't block the build
16:03 AndrewR: karolherbst, a bit strange but even if I enabled atomic support in 6.1.44 I still see no gl/cl interop extension from mesa git + 21305 patch ...