Searched hist:"73 f49a0b6ecc0eedec9fdd22ea602fcc716c19ca" (Results 1 – 1 of 1) sorted by relevance
| /petsc/include/ |
| H A D | petscsys.h | diff e9e21dff63f8cf9219533b725233ddf85c255d19 Sat Sep 25 11:14:38 UTC 2021 Jose E. Roman <jroman@dsic.upv.es> Fix compiler warnings in PetscCuBLASIntCast() and friends
warning: ‘lda’ may be used uninitialized in this function [-Wmaybe-uninitialized] when 'lda' has been set with PetscCuBLASIntCast()
All related PetscXXXIntCast() functions are implemented in the same way.
Extends the fix 73f49a0b6ecc0eedec9fdd22ea602fcc716c19ca diff 73f49a0b6ecc0eedec9fdd22ea602fcc716c19ca Wed Jul 31 16:46:52 UTC 2019 Satish Balay <balay@mcs.anl.gov> fix compile warnings on arch-linux-pkgs-64idx triggered by c73702f59ac80eb68c197b7eea6d8474b9e9853c
/sandbox/petsc/petsc.next-3/src/ksp/ksp/impls/gmres/dgmres/dgmres.c: In function ‘KSPDGMRESComputeSchurForm_DGMRES’: /sandbox/petsc/petsc.next-3/src/ksp/ksp/impls/gmres/dgmres/dgmres.c:770:8: warning: ‘bN’ may be used uninitialized in this function [-Wmaybe-uninitialized] ldA = bN; ^
|