From 18fec92119d691a155dc8ca25ee4ff5ffa6f81aa Mon Sep 17 00:00:00 2001 From: Utkarsh Ayachit Date: Thu, 22 Feb 2018 12:09:31 -0500 Subject: [PATCH] don't exclude DIY warnings. --- CTestCustom.cmake.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/CTestCustom.cmake.in b/CTestCustom.cmake.in index 4055316a9..36cc38246 100644 --- a/CTestCustom.cmake.in +++ b/CTestCustom.cmake.in @@ -21,6 +21,4 @@ list(APPEND CTEST_CUSTOM_WARNING_EXCEPTION ".*warning: ignoring loop annotation.*" ".*warning: Included by graph for.*not generated, too many nodes. Consider increasing DOT_GRAPH_MAX_NODES." - ".*diy.include.*diy.mpi.io.hpp.*Wconversion.*" - ".*diy.include.*diy.mpi.datatypes.hpp.*Wunused-parameter.*" )