mirror of
				https://github.com/nigels-com/glew.git
				synced 2025-11-03 22:04:10 +00:00 
			
		
		
		
	Fixup: Slence mac cglang build warning about unused parameter.
This commit is contained in:
		
							parent
							
								
									37e8ec611d
								
							
						
					
					
						commit
						c65f7dd8d3
					
				@ -598,7 +598,7 @@ VisualInfo (GLContext* ctx)
 | 
			
		||||
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
 | 
			
		||||
 | 
			
		||||
void
 | 
			
		||||
VisualInfo (GLContext* ctx)
 | 
			
		||||
VisualInfo (GLContext* __attribute__((__unused__)) ctx)
 | 
			
		||||
{
 | 
			
		||||
/*
 | 
			
		||||
  int attrib[] = { AGL_RGBA, AGL_NONE };
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user