Hello,

I just installed the most recent version of libMesh. I'm getting a 
series of warning when compiling in dbg mode, all of the form:

In file included from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/point.h(24),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/fe_abstract.h(25),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/fe_base.h(28),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/fem_context.h(27),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/fem_function_base.h(31),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/system.h(30),
                  from 
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/rb_construction_base.h(29),
                  from d_rb_construction.h(28),
                  from d_rb_construction.C(21):
/home/lz474069/Desktop/libmesh_2016/libmesh/installed/include/libmesh/type_vector.h(82):
 
warning #488: template parameter "Scalar1" is not used in declaring the 
parameter types of function template
"libMesh::TypeVector<T>::TypeVector<Scalar1,Scalar2,Scalar3>(libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar1>::value,
 
const Scalar1>::type, 
libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar2>::value, 
const Scalar2>::type, 
libMesh::boostcopy::enable_if_c<libMesh::ScalarTraits<Scalar3>::value, 
const Scalar3>::type)"
     template <typename Scalar1, typename Scalar2, typename Scalar3>

Is there a way to resolve them?

Thanks!
Lorenzo

------------------------------------------------------------------------------
Transform Data into Opportunity.
Accelerate data analysis in your applications with
Intel Data Analytics Acceleration Library.
Click to learn more.
http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140
_______________________________________________
Libmesh-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to