Skip to content
Snippets Groups Projects
Commit 75ed96f4 authored by Sujin Philip's avatar Sujin Philip
Browse files

Update MomentInvariants remote module

parent b2c39d30
No related branches found
No related tags found
No related merge requests found
......@@ -82,6 +82,10 @@ if (NOT cdash_show_third_party_warnings)
# Suppress ThirdParty source code from displaying warnings.
"[Tt]hird[Pp]arty"
# Suppress Remote module source code from displaying warnings.
# Suppress modules individually as just "Remote" is a common pattern
"[Rr]emote/[Mm]oment[Ii]nvariants"
# sometimes we use system third party headers with issues
# in this case liblas
"include/liblas"
......@@ -110,10 +114,6 @@ if (NOT cdash_show_third_party_warnings)
# boost uses internally. An example for you template fans is
# /source/Infovis/BoostGraphAlgorithms/Testing/Cxx/TestBoostAdapter.cxx:221:47: warning: '*((void*)(& ei)+32).__gnu_cxx::__normal_iterator<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> >*, std::vector<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> >, std::allocator<boost::detail::stored_edge_property<long unsigned int, boost::property<boost::edge_index_t, unsigned int> > > > >::_M_current' may be used uninitialized in this function [-Wmaybe-uninitialized]
"[Bb]oost[Gg]raph.*edge_property.*may be used uninitialized"
# disable warnings for 'dfftlib' which is part of the Remote Module "MomentInvariants".
"MomentInvariants/dfftlib"
"MomentInvariants.* marked as __forceinline not inlined"
)
endif ()
......
......@@ -5,5 +5,5 @@
vtk_fetch_module(MomentInvariants
"MomentInvariants filter"
GIT_REPOSITORY https://gitlab.kitware.com/vtk/MomentInvariants.git
GIT_TAG 1f4e4b925b2dbe8dfc741d556c542508299a0427
GIT_TAG 80069c5d964dfa1cf958709dc5b6b5939d3fc69c
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment