mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 00:58:31 +00:00
test: another clang compilation error fix
test_iters.c:29:1: error: non-void function does not return a value [-Werror,-Wreturn-type]
29 | }
| ^
1 error generated.
make: *** [Makefile:48: test_iters.o] Error 1
Signed-off-by: Adrian Reber <areber@redhat.com>
This commit is contained in:
parent
39040f44e3
commit
ecc91dbd1f
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ static void sh(int sig)
|
|||
stop = 1;
|
||||
}
|
||||
|
||||
static int open_imgdir(void)
|
||||
static void open_imgdir(void)
|
||||
{
|
||||
char p[10];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue