summaryrefslogtreecommitdiffstats
path: root/include/zix/attributes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/zix/attributes.h')
-rw-r--r--include/zix/attributes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/zix/attributes.h b/include/zix/attributes.h
index 3824ce6..602fac8 100644
--- a/include/zix/attributes.h
+++ b/include/zix/attributes.h
@@ -58,7 +58,7 @@
#elif defined(__GNUC__)
# define ZIX_UNUSED(name) name##_unused __attribute__((__unused__))
#elif defined(_MSC_VER)
-# define ZIX_UNUSED(name) __pragma(warning(suppress:4100)) name
+# define ZIX_UNUSED(name) __pragma(warning(suppress : 4100)) name
#else
# define ZIX_UNUSED(name) name
#endif