riscv-openocd/src/server
Erhan Kurubas e6f30aef80 src: fix clang15 compiler warnings
Below warnings are fixed.

1- A function declaration without a prototype is deprecated in all
versions of C [-Werror,-Wstrict-prototypes]

2- error: variable set but not used [-Werror,-Wunused-but-set-variable]

Signed-off-by: Erhan Kurubas <erhan.kurubas@espressif.com>
Change-Id: I1cf14b8e5e3e732ebc9cacc4b1cb9009276a8ea9
Reviewed-on: https://review.openocd.org/c/openocd/+/7569
Reviewed-by: Antonio Borneo <borneo.antonio@gmail.com>
Tested-by: jenkins
2023-07-20 23:09:06 +02:00
..
Makefile.am openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
gdb_server.c src: fix clang15 compiler warnings 2023-07-20 23:09:06 +02:00
gdb_server.h gdb_server: Removed unused function gdb_set_frontend_state_running 2023-05-15 12:38:02 +02:00
ipdbg.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
ipdbg.h From upstream (#620) 2021-06-11 13:01:55 -07:00
rtt_server.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
rtt_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
server.c Merge commit '1293ddd65713d6551775b67169387622ada477c1' into from_upstream 2023-03-16 18:02:35 -07:00
server.h server: add function to get openocd shutdown status 2022-09-03 21:28:11 +00:00
startup.tcl openocd: build: add SPDX tag 2022-07-23 13:06:38 +00:00
tcl_server.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
tcl_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00
telnet_server.c openocd: fix SPDX tag format for files .c 2022-09-18 08:22:01 +00:00
telnet_server.h openocd: src: replace the GPL-2.0-or-later license tag 2022-07-23 13:59:13 +00:00