浏览代码

Fixed build. (#355)

Branimir Karadžić 19 小时之前
父节点
当前提交
f4a30a69a1
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      include/bx/inline/bx.inl

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

@@ -238,6 +238,7 @@ namespace bx
 		BX_ASSERT_LOC(_location, result
 		BX_ASSERT_LOC(_location, result
 			, "bx::narrowCast failed! Value is truncated!"
 			, "bx::narrowCast failed! Value is truncated!"
 			);
 			);
+		BX_UNUSED(result);
 		return to;
 		return to;
 	}
 	}