Jed, I'll fix these
> On Aug 31, 2015, at 9:00 PM, PETSc checkBuilds > <[email protected]> wrote: > > > > Dear PETSc developer, > > This email contains listings of contributions attributed to you by > `git blame` that caused compiler errors or warnings in PETSc automated > testing. Follow the links to see the full log files. Please attempt to fix > the issues promptly or let us know at [email protected] if you are unable > to resolve the issues. > > Thanks, > The PETSc development team > > ---- > > warnings attributed to commit > https://bitbucket.org/petsc/petsc/commits/28c2760 > Add example multigrid solver for hydrostatic ice sheet flow > > src/snes/examples/tutorials/ex48.c:184 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-gcc-absoft_churn.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:184:102: > error: expected initializer before ']' token > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-opt-cxx-quad_cg.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:184:102: > error: expected initializer before ']' token > > src/snes/examples/tutorials/ex48.c:78 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-gcc-absoft_churn.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:78:21: > warning: 'THI_CLASSID' defined but not used [-Wunused-variable] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-opt-cxx-quad_cg.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:78:21: > warning: 'THI_CLASSID' defined but not used [-Wunused-variable] > > ---- > > warnings attributed to commit > https://bitbucket.org/petsc/petsc/commits/7bd1777 > snes ex48: Add option for standard Gauss quadrature > > src/snes/examples/tutorials/ex48.c:171 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-gcc-absoft_churn.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:171:20: > warning: 'PetscScalar Sqr(PetscScalar)' defined but not used > [-Wunused-function] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-opt-cxx-quad_cg.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:171:20: > warning: 'PetscScalar Sqr(PetscScalar)' defined but not used > [-Wunused-function] > > src/snes/examples/tutorials/ex48.c:173 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-gcc-absoft_churn.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:173:13: > warning: 'void HexGrad(const PetscReal (*)[3], const PetscReal*, PetscReal*)' > defined but not used [-Wunused-function] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2015/08/31/examples_master_arch-linux-opt-cxx-quad_cg.log] > /sandbox/petsc/petsc.clone/src/snes/examples/tutorials/ex48.c:173:13: > warning: 'void HexGrad(const PetscReal (*)[3], const PetscReal*, PetscReal*)' > defined but not used [-Wunused-function] > > ---- > To opt-out from receiving these messages - send a request to > [email protected].
