]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix -Wmissing-noreturn
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 18:14:14 +0000 (18:14 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sat, 16 Jan 2021 18:14:14 +0000 (18:14 +0000)
src/lib/util/acutest.h

index a073c0c89db34df07c46fcfaee95b878145c230b..958d3a9ab3d957922194d48c7abc74b2195fed65 100644 (file)
@@ -404,7 +404,7 @@ test_cleanup_(void)
     free((void*) test_details_);
 }
 
-static void
+static void TEST_ATTRIBUTE_(noreturn)
 test_exit_(int exit_code)
 {
     test_cleanup_();