From 91c8201b8b6daf3cc75d77282c2c4b1739dd6f5a Mon Sep 17 00:00:00 2001 From: Chris Pavlina Date: Fri, 30 Sep 2016 01:34:25 -0400 Subject: [PATCH] Dismiss warning for inconsistent exception spec in ~KIWAY_PLAYER() --- common/kiway_player.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/kiway_player.cpp b/common/kiway_player.cpp index a33acc1bb4..b5df953b86 100644 --- a/common/kiway_player.cpp +++ b/common/kiway_player.cpp @@ -2,7 +2,7 @@ * This program source code file is part of KiCad, a free EDA CAD application. * * Copyright (C) 2014 SoftPLC Corporation, Dick Hollenbeck - * Copyright (C) 2014-2015 KiCad Developers, see CHANGELOG.TXT for contributors. + * Copyright (C) 2014-2016 KiCad Developers, see AUTHORS.txt for contributors. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License @@ -66,7 +66,7 @@ KIWAY_PLAYER::KIWAY_PLAYER( wxWindow* aParent, wxWindowID aId, const wxString& a } -KIWAY_PLAYER::~KIWAY_PLAYER(){} +KIWAY_PLAYER::~KIWAY_PLAYER() throw() {} void KIWAY_PLAYER::KiwayMailIn( KIWAY_EXPRESS& aEvent )