Re: [PATCH 10/13] selftests: net: Work around build error seen with -Werror
From: Guenter Roeck <linux@roeck-us.net>
Date: 2025-12-04 17:21:59
Also in:
bpf, linux-kselftest, lkml
From: Guenter Roeck <linux@roeck-us.net>
Date: 2025-12-04 17:21:59
Also in:
bpf, linux-kselftest, lkml
On Thu, Dec 04, 2025 at 08:30:29AM -0800, Jakub Kicinski wrote:
On Thu, 4 Dec 2025 08:17:24 -0800 Guenter Roeck wrote:quoted
- write(fd, msg, sizeof(msg)); + if (write(fd, msg, sizeof(msg))) + ;At least add an perror here ?
Makes sense. I'll do that in all patches unless someone has a better idea. Thanks, Guenter