diff --git a/bricks/brick-assert b/bricks/brick-assert index c01ce0d49..c02b35f4e 100644 --- a/bricks/brick-assert +++ b/bricks/brick-assert @@ -69,10 +69,10 @@ BRICK_LOCWRAP( BRICK_LOCATION( "a missing implementation" ) ) ) #ifdef _MSC_VER -#define UNUSED +#define DIVINE_UNUSED #define noexcept #else -#define UNUSED __attribute__((unused)) +#define DIVINE_UNUSED __attribute__((unused)) #endif #ifndef BRICK_ASSERT_H