diff options
| author | Gaghik Khachatrian <gaghik.khachatrian@amd.com> | 2026-03-09 17:18:25 -0400 |
|---|---|---|
| committer | Alex Deucher <alexander.deucher@amd.com> | 2026-03-30 15:12:15 -0400 |
| commit | f82480fafedf622541276d48a3b4fed20ce5d866 (patch) | |
| tree | ec3c9484f50018d2158f74fcc47b1c1b75c4844c /tools/perf/scripts/python | |
| parent | 32c1c35b6d8bd8b7ea9ab3d1454b56b605f17dd1 (diff) | |
drm/amd/display: Fixed Silence complier warnings in dc
[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>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
