Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add __declspec(noreturn) to terminate_non_graceful() on Windows (sctp…
…lab#563) Informs the compiler that the function never returns, which fixes a -Wsometimes-uninitialized warning.
- Loading branch information