Commit Graph

1 Commits

Author SHA1 Message Date
Yaakov Selkowitz
c55679b848 Fix build with GCC 15
GCC 15 defaults to C23, in which the interpretation of function
declarations without parameters has changed from unspecified (as in K&R) to
`void`.  This fix has been accepted upstream.

https://github.com/vmware/open-vm-tools/pull/751
2025-03-20 13:31:02 -04:00