From: John Wolfe Date: Fri, 9 Jul 2021 03:10:23 +0000 (-0700) Subject: Common header file change not applicable to open-vm-tools. X-Git-Tag: stable-12.0.0~155 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5605d3861c1dd8a5cf968b627b7adad2da98308;p=thirdparty%2Fopen-vm-tools.git Common header file change not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/vm_basic_defs.h b/open-vm-tools/lib/include/vm_basic_defs.h index 71a581d19..2ebccb33e 100644 --- a/open-vm-tools/lib/include/vm_basic_defs.h +++ b/open-vm-tools/lib/include/vm_basic_defs.h @@ -900,9 +900,9 @@ typedef int pid_t; * If not GCC 9 or above, expands to nothing. */ #if __GNUC__ >= 9 -#define VMW_FALLTHROUGH __attribute__((fallthrough)) +#define VMW_FALLTHROUGH() __attribute__((fallthrough)) #else -#define VMW_FALLTHROUGH +#define VMW_FALLTHROUGH() #endif #endif // ifndef _VM_BASIC_DEFS_H_