|
From: openocd-gerrit <ope...@us...> - 2023-05-05 22:09:22
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Main OpenOCD repository".
The branch, master has been updated
via 9dc1d90f64168863d350694d38e5ff7f20a57a7e (commit)
from aa1214280d11c32f82961da44dee863098e1ac38 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 9dc1d90f64168863d350694d38e5ff7f20a57a7e
Author: Antonio Borneo <bor...@gm...>
Date: Sun Apr 9 00:14:45 2023 +0200
helper: util: include util.h
Let source file to include its file .h to validate the exported
prototypes.
Detected through 'sparse' tool.
Change-Id: I5de107b4f8a468f0e37f06171f5f0c3c0546db1a
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7596
Tested-by: jenkins
diff --git a/src/helper/util.c b/src/helper/util.c
index 5e12021ff..2e9f6155e 100644
--- a/src/helper/util.c
+++ b/src/helper/util.c
@@ -12,6 +12,7 @@
#include "log.h"
#include "time_support.h"
+#include "util.h"
COMMAND_HANDLER(handler_util_ms)
{
-----------------------------------------------------------------------
Summary of changes:
src/helper/util.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Main OpenOCD repository
|