From b4d4d9abb322ed0807d2ba0888e73820499aa338 Mon Sep 17 00:00:00 2001 From: Unai Martinez-Corral <38422348+umarcor@users.noreply.github.com> Date: Sat, 26 Jun 2021 19:40:25 +0100 Subject: Codacy issues, Travis cleanup and update ghdl.texi (#1807) * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb --- testsuite/gna/issue237/vpi1.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuite/gna/issue237/vpi1.c') diff --git a/testsuite/gna/issue237/vpi1.c b/testsuite/gna/issue237/vpi1.c index 873dc25bc..ab65886b0 100644 --- a/testsuite/gna/issue237/vpi1.c +++ b/testsuite/gna/issue237/vpi1.c @@ -82,7 +82,7 @@ vpi_clk_proc (struct t_cb_data *cb) return 0; cycle++; - printf ("clock cycle %d\n", cycle); + printf ("clock cycle %u\n", cycle); if (cycle == 2) show_value ("test_array.mem_down"); -- cgit v1.2.3