Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: e2c504f21909c107f0f6fa1257df7b758de7766f https://github.com/OpenAMP/libmetal/commit/e2c504f21909c107f0f6fa1257df7b758... Author: Yongrong Wang wangyongrong@xiaomi.com Date: 2024-10-18 (Fri, 18 Oct 2024)
Changed paths: M lib/system/nuttx/device.c M lib/system/nuttx/init.c M lib/system/nuttx/io.c M lib/system/nuttx/io.h
Log Message: ----------- lib: system: nuttx: fix undeclared parameter compile error
Fix compile error: /nuttx/openamp/libmetal/lib/system/nuttx/device.c:16:22: error: 'io' undeclared (first use in this function) 16 | metal_unused(io); /nuttx/openamp/libmetal/lib/system/nuttx/device.c:14:53: error: unused parameter 'dev' [-Werror=unused-parameter] 14 | int metal_generic_dev_sys_open(struct metal_device *dev) ...
Signed-off-by: Yongrong Wang wangyongrong@xiaomi.com
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications