Dang, I fixed this yesterday but then forgot to merge the branch barry/bugfix-petscformatconvert into next for testing.
Barry > On Apr 23, 2018, at 7:28 AM, 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/14416c0 > Insure PetscPrintf(), PetscVPrintfDefault(), PetscSynchronizedPrintf(), > PetscSynchronizedFPrintf(), and PetscViewerASCIIPrintf() handle printed > strings longer than the default buffer size of 8*1024 bytes properly > > src/sys/classes/viewer/impls/ascii/filev.c:991 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-freebsd-cxx-cmplx-pkgs-dbg_wii.log] > > /usr/home/balay/petsc.next/src/sys/classes/viewer/impls/ascii/filev.c:991:20: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-pkgs-cxx-mlib_el6.log] > > /home/sandbox/petsc/petsc.next-3/src/sys/classes/viewer/impls/ascii/filev.c:991:43: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-cmplx-gcov_steamroller.log] > > /sandbox/petsc/petsc.next-2/src/sys/classes/viewer/impls/ascii/filev.c:991:43: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-xsdk-dbg_cg.log] > > /sandbox/petsc/petsc.next/src/sys/classes/viewer/impls/ascii/filev.c:991:43: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-opt-cxx-quad_grind.log] > > /sandbox/petsc/petsc.next-3/src/sys/classes/viewer/impls/ascii/filev.c:991:43: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-freebsd-cxx-pkgs-opt_wii.log] > > /usr/home/balay/petsc.next-2/src/sys/classes/viewer/impls/ascii/filev.c:991:20: > warning: comparison between signed and unsigned integer expressions > [-Wsign-compare] > > src/sys/fileio/mprint.c:785 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-matlab-ilp64-gcov_thrash.log] > /sandbox/petsc/petsc.next/src/sys/fileio/mprint.c:785:17: error: 'len' > undeclared (first use in this function) > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-matlab-ilp64-gcov_thrash.log] > /sandbox/petsc/petsc.next/src/sys/fileio/mprint.c:785:12: warning: > unused variable 'buff' [-Wunused-variable] > > ---- > > warnings attributed to commit > https://bitbucket.org/petsc/petsc/commits/df41390 > fixed problem with Matlab being nonresponsive when run with -nodisplay and > built with MPI > > src/sys/fileio/mprint.c:788 > > [http://ftp.mcs.anl.gov/pub/petsc/nightlylogs/archive/2018/04/23/build_next_arch-linux-matlab-ilp64-gcov_thrash.log] > /sandbox/petsc/petsc.next/src/sys/fileio/mprint.c:788:20: error: 'buf' > undeclared (first use in this function) > > ---- > To opt-out from receiving these messages - send a request to > [email protected].
