Commit 03dc77e0 authored by Matt Caswell's avatar Matt Caswell
Browse files

Further OS-X deprecated warnings tweak



Even with _XOPEN_SOURCE defined OS-X still displays warnings that
makecontext and friends are deprecated. This isn't a problem until you
try and build with --strict-warnings, and the build fails. This change
suppresses the warnings. We know they are deprecated but there is no
alternative!

Reviewed-by: default avatarRich Salz <rsalz@openssl.org>
parent 90fa7296
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment