Skip to content

Commit

Permalink
Fix warnin
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzgoebel committed Jun 26, 2020
1 parent f90778f commit 08d98db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions include/ginkgo/core/stop/residual_norm_reduction.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,10 @@ THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
******************************<GINKGO LICENSE>*******************************/

#ifdef __GNUC__
#warning This file is deprecated and will be removed in a later major release.
#elif defined(_MSC_VER)
#pragma message WARN( \
"This file is deprecated and will be removed in a later major release.")
#endif
#include <ginkgo/core/stop/residual_norm.hpp>

0 comments on commit 08d98db

Please sign in to comment.