We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bae2321 commit 7dad3d9Copy full SHA for 7dad3d9
1 file changed
Source/WebSocket/Websocketpp/websocketpp_configured_permessage_deflate.hpp
@@ -7,6 +7,7 @@
7
#if defined(__clang__)
8
// Keep this third-party warning suppression local to the wrapper instead of patching the submodule.
9
#pragma clang diagnostic push
10
+#pragma clang diagnostic ignored "-Wdocumentation"
11
#pragma clang diagnostic ignored "-Wshorten-64-to-32"
12
#endif
13
#include <websocketpp/extensions/permessage_deflate/enabled.hpp>
0 commit comments