Caught with -std=c23 option which is the default for gcc-15
Pull request: https://github.com/vmware/open-vm-tools/pull/751
Addresses issue: https://github.com/vmware/open-vm-tools/issues/750
Brennan Kinney Revise settings for vmware-user.desktop
- https://github.com/vmware/open-vm-tools/pull/668
+Rudy Heitbaum Fix build when compiling with -std=c23
+ - https://github.com/vmware/open-vm-tools/pull/751
static Bool mxInPanic = FALSE; // track when involved in a panic
static Bool mxUserCollectLockingTree = FALSE;
-Bool (*MXUserTryAcquireForceFail)() = NULL;
+Bool (*MXUserTryAcquireForceFail)(const char *name) = NULL;
static MX_Rank (*MXUserMxCheckRank)(void) = NULL;
static void (*MXUserMxLockLister)(void) = NULL;