summaryrefslogtreecommitdiff
path: root/indra/llwebrtc
diff options
context:
space:
mode:
authorRoxie Linden <roxie@lindenlab.com>2023-09-10 19:24:03 -0700
committerRoxie Linden <roxie@lindenlab.com>2024-02-22 23:11:33 -0800
commitb2d4ce16ad344162ecc190f798704e3ac179555a (patch)
treedf644ace96b1d82418c0281113ec8f2ef7614c35 /indra/llwebrtc
parent0cb1413d60dde3b975bf2ce541b17baf0927d8e0 (diff)
Fix windows pragma error
Diffstat (limited to 'indra/llwebrtc')
-rw-r--r--indra/llwebrtc/llwebrtc_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llwebrtc/llwebrtc_impl.h b/indra/llwebrtc/llwebrtc_impl.h
index 07c0f514b2..d439bd253d 100644
--- a/indra/llwebrtc/llwebrtc_impl.h
+++ b/indra/llwebrtc/llwebrtc_impl.h
@@ -41,6 +41,7 @@
// WebRTC Includes
#ifdef WEBRTC_WIN
#pragma warning(disable : 4996)
+#pragma warning(disable : 4068)
#endif // WEBRTC_WIN
#include "api/scoped_refptr.h"