Merge "Updated README to use DALi with a fresh version of Ubuntu" into tizen
authorKimmo Hoikka <kimmo.hoikka@samsung.com>
Mon, 18 Aug 2014 11:12:18 +0000 (04:12 -0700)
committerGerrit Code Review <gerrit@review.vlan103.tizen.org>
Mon, 18 Aug 2014 11:12:18 +0000 (04:12 -0700)
dali/public-api/math/compile-time-assert.h

index d022ab6..8465379 100644 (file)
@@ -37,7 +37,7 @@ template<int x> struct CompileTimeAssertInt {};    ///< Template to wrap conditi
  *
  * If x is false, then 'sizeof' will be attempted with incomplete type.
  */
-#define DALI_COMPILE_TIME_ASSERT( x ) typedef CompileTimeAssertInt< sizeof( CompileTimeAssertBool< ( x ) > ) > CompileTimeAssertType
+#define DALI_COMPILE_TIME_ASSERT( x ) typedef CompileTimeAssertInt< sizeof( CompileTimeAssertBool< ( x ) > ) > CompileTimeAssertType __attribute__((__unused__))
 
 } // namespace Dali