Skip to content
Snippets Groups Projects
Commit 3fbb8a72 authored by Roxie Linden's avatar Roxie Linden
Browse files

Fix windows pragma error

parent 5e2431f8
Branches
No related tags found
No related merge requests found
...@@ -41,6 +41,7 @@ ...@@ -41,6 +41,7 @@
// WebRTC Includes // WebRTC Includes
#ifdef WEBRTC_WIN #ifdef WEBRTC_WIN
#pragma warning(disable : 4996) #pragma warning(disable : 4996)
#pragma warning(disable : 4068)
#endif // WEBRTC_WIN #endif // WEBRTC_WIN
#include "api/scoped_refptr.h" #include "api/scoped_refptr.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment