[Bf-blender-cvs] [8166d0affda] blender2.8: Cleanup: warning

Campbell Barton noreply at git.blender.org
Fri Jun 15 15:42:57 CEST 2018


Commit: 8166d0affdac7da7a17aa2e178baa34a8afd82f1
Author: Campbell Barton
Date:   Fri Jun 15 15:42:31 2018 +0200
Branches: blender2.8
https://developer.blender.org/rB8166d0affdac7da7a17aa2e178baa34a8afd82f1

Cleanup: warning

===================================================================

M	source/blender/draw/modes/edit_mesh_mode.c

===================================================================

diff --git a/source/blender/draw/modes/edit_mesh_mode.c b/source/blender/draw/modes/edit_mesh_mode.c
index 5544dea800f..26648ecab07 100644
--- a/source/blender/draw/modes/edit_mesh_mode.c
+++ b/source/blender/draw/modes/edit_mesh_mode.c
@@ -179,7 +179,7 @@ static char *EDIT_MESH_sh_defines(ToolSettings *tsettings, RegionView3D *rv3d, b
 	BLI_dynstr_free(ds);
 	return str;
 }
-static char *EDIT_MESH_sh_lib()
+static char *EDIT_MESH_sh_lib(void)
 {
 	char *str = NULL;
 	DynStr *ds = BLI_dynstr_new();



More information about the Bf-blender-cvs mailing list