[Bf-blender-cvs] [de89a81b67e] temp-T98375-share-gpu-textures: Remove compilation warning in previous commit.

Jeroen Bakker noreply at git.blender.org
Mon May 30 13:45:32 CEST 2022


Commit: de89a81b67ea922e9e527938bb73adee30d048bc
Author: Jeroen Bakker
Date:   Mon May 30 13:33:01 2022 +0200
Branches: temp-T98375-share-gpu-textures
https://developer.blender.org/rBde89a81b67ea922e9e527938bb73adee30d048bc

Remove compilation warning in previous commit.

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

M	source/blender/blenkernel/BKE_image.h

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

diff --git a/source/blender/blenkernel/BKE_image.h b/source/blender/blenkernel/BKE_image.h
index 2767a496b48..f8a8b30abcf 100644
--- a/source/blender/blenkernel/BKE_image.h
+++ b/source/blender/blenkernel/BKE_image.h
@@ -293,7 +293,7 @@ void BKE_image_free_all_gputextures(struct Main *bmain);
  * Same as above but only free animated images.
  */
 void BKE_image_free_anim_gputextures(struct Main *bmain);
-void BKE_image_free_old_gputextures();
+void BKE_image_free_old_gputextures(void);
 
 /**
  * Pack image to memory.



More information about the Bf-blender-cvs mailing list