diff --git a/include/sal/types.h b/include/sal/types.h index 7e3a0b6358c3..9ce2cef8aa19 100644 --- a/include/sal/types.h +++ b/include/sal/types.h @@ -555,7 +555,7 @@ template< typename T1, typename T2 > inline T1 static_int_cast(T2 n) { */ -#if defined HAVE_GCC_ATTRIBUTE_WARN_UNUSED +#if HAVE_GCC_ATTRIBUTE_WARN_UNUSED #define SAL_WARN_UNUSED __attribute__((warn_unused)) #elif defined __clang__ #define SAL_WARN_UNUSED __attribute__((annotate("lo_warn_unused")))