Patch from Sylvain to fix clang warnings
This commit is contained in:
parent
460360285a
commit
dae32409e9
50 changed files with 285 additions and 167 deletions
|
@ -34,7 +34,7 @@ typedef enum {
|
|||
|
||||
typedef struct GL_ShaderContext GL_ShaderContext;
|
||||
|
||||
extern GL_ShaderContext * GL_CreateShaderContext();
|
||||
extern GL_ShaderContext * GL_CreateShaderContext(void);
|
||||
extern void GL_SelectShader(GL_ShaderContext *ctx, GL_Shader shader);
|
||||
extern void GL_DestroyShaderContext(GL_ShaderContext *ctx);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue