On Thu, Jun 23, 2011 at 2:39 AM, Matteo Semplice <[email protected]> wrote: > > When compiling I get a ton of warnings like > > In file included from src/mesh/vtk_io.C:73: > /usr/include/vtk-5.4/vtkCellArray.h:43:46: warning: invoking macro > vtkExportedTypeRevisionMacro argument 3: empty macro arguments are undefined > in ISO C90 and ISO C++98
VTK header files seem to have a lot of warnings in general: we already compile vtk_io.C with -Wno-deprecated to avoid a ton of them (though this may be fixed now). This empty macro arguments warning does not seem to be present in VTK 5.6.1, the version I tested with. -- John ------------------------------------------------------------------------------ Simplify data backup and recovery for your virtual environment with vRanger. Installation's a snap, and flexible recovery options mean your data is safe, secure and there when you need it. Data protection magic? Nope - It's vRanger. Get your free trial download today. http://p.sf.net/sfu/quest-sfdev2dev _______________________________________________ Libmesh-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-users
