Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix -Wmissing-noreturn with clang11 (#55)
As per title, fixes: ``` src/freeradius-devel/util/acutest.h:409:1: warning: function 'test_exit_' could be declared with attribute 'noreturn' [-Wmissing-noreturn] { ^ 1 warning generated. ```
- Loading branch information