mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 08:14:15 +08:00
68deb99720
Prevent warnings of the form:
tools/testing/cxl/test/mock.c:44:6: error: no previous prototype for
‘__wrap_is_acpi_device_node’ [-Werror=missing-prototypes]
tools/testing/cxl/test/mock.c:63:5: error: no previous prototype for
‘__wrap_acpi_table_parse_cedt’ [-Werror=missing-prototypes]
tools/testing/cxl/test/mock.c:81:13: error: no previous prototype for
‘__wrap_acpi_evaluate_integer’ [-Werror=missing-prototypes]
...by locally disabling some warnings.
It turns out that:
Commit
|
||
---|---|---|
.. | ||
test | ||
config_check.c | ||
cxl_acpi_test.c | ||
cxl_core_exports.c | ||
cxl_core_test.c | ||
cxl_mem_test.c | ||
cxl_pmem_test.c | ||
cxl_port_test.c | ||
Kbuild | ||
mock_acpi.c | ||
watermark.h |