Branch: refs/heads/main Home: https://github.com/OpenAMP/libmetal Commit: 1c77dc94f858a0b5c294fed850a8d2e03bfdf60d https://github.com/OpenAMP/libmetal/commit/1c77dc94f858a0b5c294fed850a8d2e03... Author: Andrew Davis afd@ti.com Date: 2026-06-02 (Tue, 02 Jun 2026)
Changed paths: M lib/system/freertos/alloc.h M lib/system/freertos/assert.h M lib/system/freertos/cache.h M lib/system/freertos/condition.h M lib/system/freertos/io.h M lib/system/freertos/mutex.h M lib/system/freertos/sleep.h M lib/system/freertos/sys.h M lib/system/generic/alloc.h M lib/system/generic/assert.h M lib/system/generic/cache.h M lib/system/generic/condition.h M lib/system/generic/io.h M lib/system/generic/mutex.h M lib/system/generic/sleep.h M lib/system/generic/sys.h M lib/system/linux/alloc.h M lib/system/linux/assert.h M lib/system/linux/cache.h M lib/system/linux/condition.h M lib/system/linux/io.h M lib/system/linux/irq.h M lib/system/linux/mutex.h M lib/system/linux/sleep.h M lib/system/linux/sys.h M lib/system/nuttx/alloc.h M lib/system/nuttx/assert.h M lib/system/nuttx/cache.h M lib/system/nuttx/condition.h M lib/system/nuttx/io.h M lib/system/nuttx/irq.h M lib/system/nuttx/mutex.h M lib/system/nuttx/sleep.h M lib/system/nuttx/sys.h M lib/system/zephyr/alloc.h M lib/system/zephyr/assert.h M lib/system/zephyr/cache.h M lib/system/zephyr/condition.h M lib/system/zephyr/io.h M lib/system/zephyr/log.h M lib/system/zephyr/mutex.h M lib/system/zephyr/sleep.h M lib/system/zephyr/sys.h
Log Message: ----------- lib: Avoid mentioning the current filename in compile-time warning
Some of these were not correct in some spots. Instead of trying to include the name of the current file in this warning (which might change), only state which file should be included instead.
Signed-off-by: Andrew Davis afd@ti.com
To unsubscribe from these emails, change your notification settings at https://github.com/OpenAMP/libmetal/settings/notifications