On Fri, Jul 11, 2008 at 10:12 AM, Derek Gaston <[EMAIL PROTECTED]> wrote: > All, > > I'm adding a new library to contrib: Nemsis. It's the ExodusII > parallel decomposition API... it will allow us to read and write > parallel decomposed Exodus files.
Cool. I assume this is GPL'd or LGPL'd or in some way distributable? > > I've got it all setup and building... the only issue is that it has > some warnings (in opt) like so: > > ne_gneat.c:82: warning: passing argument 2 of 'ex_id_lkup' makes > pointer from integer without a cast > ne_pevs.c:149: warning: incompatible implicit declaration of built-in > function 'malloc' > > etc... > > Is this going to be acceptable? Should I modify the source? Should I > modify CFLAGS to turn these warnings off? > > Basically, what's the policy on warnings from contrib? I think if at all possible try to fix any warnings under our normal compilation flags. I recently turned up several thousands of warnings when compiling with -Wall; we decided not to fix all those ;) -- John ------------------------------------------------------------------------- Sponsored by: SourceForge.net Community Choice Awards: VOTE NOW! Studies have shown that voting for your favorite open source project, along with a healthy diet, reduces your potential for chronic lameness and boredom. Vote Now at http://www.sourceforge.net/community/cca08 _______________________________________________ Libmesh-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/libmesh-devel
