Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2016-09-16 18:18:19 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2016-09-16 18:18:19 +0300
commit834cb93f4059973595fcb7a579e4ad369c1a430c (patch)
tree368b91343404ea45daf763ff2759ed770a59d63c /source/blender/gpu/gawain
parentd96b8e168f3c809cd79f6028dbf99eeeebb71302 (diff)
Blender 2.8: Fix some strict aspects on Linux
Diffstat (limited to 'source/blender/gpu/gawain')
-rw-r--r--source/blender/gpu/gawain/immediate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/gpu/gawain/immediate.c b/source/blender/gpu/gawain/immediate.c
index 650bccb9248..6ae531bf451 100644
--- a/source/blender/gpu/gawain/immediate.c
+++ b/source/blender/gpu/gawain/immediate.c
@@ -243,7 +243,7 @@ Batch* immBeginBatchAtMost(GLenum prim_type, unsigned vertex_ct)
#endif // IMM_BATCH_COMBO
-static void immDrawSetup()
+static void immDrawSetup(void)
{
// set up VAO -- can be done during Begin or End really
glBindVertexArray(imm.vao_id);