Skip to content

Commit 7dad3d9

Browse files
committed
Silence Apple websocketpp documentation warning
1 parent bae2321 commit 7dad3d9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Source/WebSocket/Websocketpp/websocketpp_configured_permessage_deflate.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#if defined(__clang__)
88
// Keep this third-party warning suppression local to the wrapper instead of patching the submodule.
99
#pragma clang diagnostic push
10+
#pragma clang diagnostic ignored "-Wdocumentation"
1011
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
1112
#endif
1213
#include <websocketpp/extensions/permessage_deflate/enabled.hpp>

0 commit comments

Comments
 (0)