X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fmesh.cpp;h=8c1e79c49b3efaffbfcdbf0216a7105a15bd5fe9;hb=3ba81ebaaec0c271d68cc12afbea86c394c3403d;hp=55d7fc0648df0920dfb93419344d6ee53fdd30a5;hpb=ecc365c5262f9fde0e50dbb451b33c9e5fcf9ecc;p=libs%2Fgl.git diff --git a/source/mesh.cpp b/source/mesh.cpp index 55d7fc06..8c1e79c4 100644 --- a/source/mesh.cpp +++ b/source/mesh.cpp @@ -275,7 +275,7 @@ Mesh::AsyncLoader::AsyncLoader(Mesh &m, IO::Seekable &i): phase(0) { // Make sure the extension is initialized in the rendering thread. - (bool)NV_primitive_restart; + (void)(bool)NV_primitive_restart; mesh.disallow_rendering = true; if(mesh.defer_buffers)