mirror of
https://github.com/torvalds/linux.git
synced 2026-05-22 06:01:53 +02:00
[Why] Resolve compiler warnings by marking unused parameters explicitly. [How] In .c and .h function definitions, keep parameter names in signatures and add a line with `(void)param;` in function body Preserved function signatures and avoids breaking code paths that may reference the parameter under conditional compilation. Reviewed-by: Dillon Varone <dillon.varone@amd.com> Reviewed-by: Austin Zheng <austin.zheng@amd.com> Signed-off-by: Gaghik Khachatrian <gaghik.khachatrian@amd.com> Signed-off-by: Chuanyu Tseng <chuanyu.tseng@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com> |
||
|---|---|---|
| .. | ||
| bw_fixed.c | ||
| calcs_logger.h | ||
| conversion.c | ||
| conversion.h | ||
| custom_float.c | ||
| dc_common.c | ||
| dc_common.h | ||
| dce_calcs.c | ||
| fixpt31_32.c | ||
| logger.h | ||
| Makefile | ||
| vector.c | ||