]> git.tdb.fi Git - libs/gl.git/blobdiff - source/mesh.cpp
Derive ProgramCompiler::DeclarationCombiner from BlockModifier
[libs/gl.git] / source / mesh.cpp
index 55d7fc0648df0920dfb93419344d6ee53fdd30a5..8c1e79c49b3efaffbfcdbf0216a7105a15bd5fe9 100644 (file)
@@ -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)