| eba205da | 25-Jan-2025 |
Pierre Jolivet <pierre@joliv.et> |
Fix -Wstrict-prototypes
petsc/src/vec/is/utils/kdtree.c:60:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 60 | static PetscErrorC
Fix -Wstrict-prototypes
petsc/src/vec/is/utils/kdtree.c:60:51: warning: a function declaration without a prototype is deprecated in all versions of C [-Wstrict-prototypes] 60 | static PetscErrorCode PetscKDTreeRegisterLogEvents() | ^ | void 1 warning generated.
show more ...
|