Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: d680a19e2a21d15d72895218cf54b3afdab01eef https://github.com/OpenAMP/libmetal/commit/d680a19e2a21d15d72895218cf54b3afd... 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
openamp-rp@lists.openampproject.org