diff --git a/src/SSLSocket.h b/src/SSLSocket.h index 43a4ce9..8a626b7 100644 --- a/src/SSLSocket.h +++ b/src/SSLSocket.h @@ -21,7 +21,14 @@ * POSSIBILITY OF SUCH DAMAGE. */ +#ifdef __clang__ +# pragma clang diagnostic push +# pragma clang diagnostic ignored "-Wdocumentation" +#endif #include +#ifdef __clang__ +# pragma clang diagnostic pop +#endif #import #import