Skip to content

Commit fec9703

Browse files
committed
2 parents 79b217a + 54da0da commit fec9703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Release/include/compat/apple_compat.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ typedef struct _SYSTEMTIME {
8484

8585
#define YieldProcessor() __asm__ __volatile__ ("pause")
8686

87-
#define UNREFERENCED_PARAMETER(x) (void)x
87+
#define CASABLANCA_UNREFERENCED_PARAMETER(x) (void)x
8888
#define _ASSERTE(x) assert(x)
8989

9090
#ifdef CASABLANCA_DEPRECATION_NO_WARNINGS

0 commit comments

Comments
 (0)