Suppress warnings generated by doxygen when building documentation

This commit is contained in:
Robert Maynard 2018-01-31 13:08:03 -05:00
parent 5cd37de408
commit 1de5b9cd40

@ -20,6 +20,7 @@
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.*"
)