fdgrowtable_test.c: appease gcc

Work around bogus gcc -Wreturn-type.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=44511

Reviewed by:	kevans, rew
Sponsored by:	Dell EMC Isilon
Differential Revision:	https://reviews.freebsd.org/D27563
This commit is contained in:
Ryan Libby 2020-12-11 22:52:16 +00:00
parent 61261ef589
commit 6d759051d3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368569

View File

@ -151,7 +151,7 @@ ATF_TC_BODY(free_oldtables, tc)
ATF_CHECK(old_tables(kd,kp) == 0);
}
static void *
static _Noreturn void *
exec_thread(void *args)
{
for (;;)