bricks: please gcc Wmacro-redefined option

* bricks/brick-assert: here.
This commit is contained in:
Etienne Renault 2017-03-15 17:22:17 +01:00
parent 7ae7e2e831
commit 44041efc51

View file

@ -69,10 +69,10 @@
BRICK_LOCWRAP( BRICK_LOCATION( "a missing implementation" ) ) ) BRICK_LOCWRAP( BRICK_LOCATION( "a missing implementation" ) ) )
#ifdef _MSC_VER #ifdef _MSC_VER
#define UNUSED #define DIVINE_UNUSED
#define noexcept #define noexcept
#else #else
#define UNUSED __attribute__((unused)) #define DIVINE_UNUSED __attribute__((unused))
#endif #endif
#ifndef BRICK_ASSERT_H #ifndef BRICK_ASSERT_H