|
From: openocd-gerrit <ope...@us...> - 2023-05-18 10:14:06
|
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 04a11812883fafee8f0fcb4fee64832716fd43ca (commit)
from d2afdefd264f088c2c1057026037cfe5b5a86413 (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 04a11812883fafee8f0fcb4fee64832716fd43ca
Author: Antonio Borneo <bor...@gm...>
Date: Sat May 6 18:49:46 2023 +0200
hello: include hello.h
Let source file to include its file .h to validate the exported
prototypes.
Detected through 'sparse' tool.
Change-Id: I6197f21c857833dafc3d6e3b750c764bf4610abd
Signed-off-by: Antonio Borneo <bor...@gm...>
Reviewed-on: https://review.openocd.org/c/openocd/+/7671
Tested-by: jenkins
diff --git a/src/hello.c b/src/hello.c
index 4a4ce01ca..4e27d4d68 100644
--- a/src/hello.c
+++ b/src/hello.c
@@ -8,6 +8,7 @@
#include <config.h>
#endif
#include <helper/log.h>
+#include "hello.h"
COMMAND_HANDLER(handle_foo_command)
{
-----------------------------------------------------------------------
Summary of changes:
src/hello.c | 1 +
1 file changed, 1 insertion(+)
hooks/post-receive
--
Main OpenOCD repository
|