aboutsummaryrefslogtreecommitdiff
path: root/devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h
diff options
context:
space:
mode:
Diffstat (limited to 'devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h')
-rw-r--r--devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h19
1 files changed, 0 insertions, 19 deletions
diff --git a/devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h b/devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h
deleted file mode 100644
index c144dc789a3a..000000000000
--- a/devel/electron13/files/patch-third__party_webrtc_rtc__base_third__party_sigslot_sigslot.h
+++ /dev/null
@@ -1,19 +0,0 @@
---- third_party/webrtc/rtc_base/third_party/sigslot/sigslot.h.orig 2021-01-07 00:39:38 UTC
-+++ third_party/webrtc/rtc_base/third_party/sigslot/sigslot.h
-@@ -178,6 +178,8 @@ class multi_threaded_local {
- #endif // _SIGSLOT_HAS_WIN32_THREADS
-
- #ifdef _SIGSLOT_HAS_POSIX_THREADS
-+#pragma GCC diagnostic push
-+#pragma GCC diagnostic ignored "-Wthread-safety-analysis"
- // The multi threading policies only get compiled in if they are enabled.
- class multi_threaded_global {
- public:
-@@ -201,6 +203,7 @@ class multi_threaded_local {
- private:
- pthread_mutex_t m_mutex;
- };
-+#pragma GCC diagnostic pop
- #endif // _SIGSLOT_HAS_POSIX_THREADS
-
- template <class mt_policy>