waltligon / orangefs

Official repository for PVFS/OrangeFS
Other
62 stars 7 forks source link

configure.ac: C99 compatibility fixes #99

Open fweimer-rh opened 1 year ago

fweimer-rh commented 1 year ago

Avoid implicit function declarations and implicit int, for improved compatibility with future compilers which no longer support these language features by default.

Related to: