]> git.tdb.fi Git - gldbg.git/blobdiff - source/arraysize.c
Add classes to track OpenGL state and commands to inspect it
[gldbg.git] / source / arraysize.c
index 2e88139de0a947de80f49c724f3847554833929b..b81ea4beaf1b311a3e5fbc7487e0c2c7fc1bc187 100644 (file)
@@ -89,7 +89,7 @@ int paramsize(GLenum pname)
        }
 }
 
-int mapsize(GLenum target)
+int mapsize(GLenum target __attribute__((unused)))
 {
        // XXX Implement this
        return 1;