Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
kbuild: enforce -Werror=unused-result
It is a hard error if a return value is ignored. In case the return value has no meaning, remove the attribute. Signed-off-by: Olaf Hering <olaf@aepfle.de>
- Loading branch information