Browse Source

Fixed warning.

Бранимир Караџић 3 years ago
parent
commit
d2ad3bcc7a
1 changed files with 1 additions and 0 deletions
  1. 1 0
      include/bx/inline/error.inl

+ 1 - 0
include/bx/inline/error.inl

@@ -101,6 +101,7 @@ namespace bx
 		: m_err(_err)
 		, m_name(_name)
 	{
+		BX_UNUSED(m_err);
 		BX_ASSERT(NULL != _err, "_err can't be NULL");
 	}