Fixed warning, and sorted entries in GNUmakefile

This commit is contained in:
Robert Osfield
2005-04-11 10:12:32 +00:00
parent d0097718e1
commit 2fb3d9aae5
2 changed files with 24 additions and 24 deletions

View File

@@ -1992,7 +1992,7 @@ void Program::dirtyProgram()
}
void Program::releaseGLObjects(osg::State* state) const
void Program::releaseGLObjects(osg::State* /*state*/) const
{
// TODO
}
@@ -2108,7 +2108,7 @@ Program::ActiveUniform::ActiveUniform( const char* name, GLenum type, GLint loc
{
}
void Program::ActiveUniform::applyData( const GL2Extensions* ext, GLuint prog )
void Program::ActiveUniform::applyData( const GL2Extensions* ext, GLuint /*prog*/ )
{
switch( repType(getType()) )
{