From b6705da3e3dbe9649774987747dba63700ab8c29 Mon Sep 17 00:00:00 2001 From: Tristan Matthews <tristan.matthews@savoirfairelinux.com> Date: Mon, 24 Dec 2012 11:15:03 -0500 Subject: [PATCH] daemon: audiozrtp: hide spurious warning --- daemon/src/audio/audiortp/audio_zrtp_session.h | 1 + 1 file changed, 1 insertion(+) diff --git a/daemon/src/audio/audiortp/audio_zrtp_session.h b/daemon/src/audio/audiortp/audio_zrtp_session.h index c8f82e4fcc..8495c7e21b 100644 --- a/daemon/src/audio/audiortp/audio_zrtp_session.h +++ b/daemon/src/audio/audiortp/audio_zrtp_session.h @@ -30,6 +30,7 @@ #ifndef __AUDIO_ZRTP_SESSION_H__ #define __AUDIO_ZRTP_SESSION_H__ +#pragma GCC diagnostic ignored "-Weffc++" #include <cstddef> #include <stdexcept> -- GitLab