From 76a325b83271424d231561d8ef099df1406c9517 Mon Sep 17 00:00:00 2001
From: Merov Linden <merov@lindenlab.com>
Date: Tue, 8 Mar 2011 17:00:39 -0800
Subject: [PATCH] STORM-1026 : Suppress trivial assert that makes Mac build
 fail (warning treated as error)

---
 indra/llrender/llvertexbuffer.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/indra/llrender/llvertexbuffer.cpp b/indra/llrender/llvertexbuffer.cpp
index b515e4fcabe..1beb74eca6d 100644
--- a/indra/llrender/llvertexbuffer.cpp
+++ b/indra/llrender/llvertexbuffer.cpp
@@ -313,7 +313,7 @@ void LLVertexBuffer::initClass(bool use_vbo, bool no_vbo_mapping)
 	sEnableVBOs = use_vbo && gGLManager.mHasVertexBufferObject ;
 	if(sEnableVBOs)
 	{
-		llassert_always(glBindBufferARB) ; //double check the extention for VBO is loaded.
+		//llassert_always(glBindBufferARB) ; //double check the extention for VBO is loaded.
 
 		llinfos << "VBO is enabled." << llendl ;
 	}
-- 
GitLab