Commit: 604409b8c7071920e6cc7a672571449070375919
Author: Campbell Barton
Date:   Thu Jun 2 10:07:07 2022 +1000
Branches: master
https://developer.blender.org/rB604409b8c7071920e6cc7a672571449070375919

Cleanup: undeclared warning

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

M       source/blender/makesrna/intern/rna_sound.c

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

diff --git a/source/blender/makesrna/intern/rna_sound.c 
b/source/blender/makesrna/intern/rna_sound.c
index 2714b4157fd..e38481a845a 100644
--- a/source/blender/makesrna/intern/rna_sound.c
+++ b/source/blender/makesrna/intern/rna_sound.c
@@ -15,7 +15,7 @@
 #include "BKE_sound.h"
 
 /* Enumeration for Audio Channels, compatible with eSoundChannels */
-const EnumPropertyItem rna_enum_audio_channels_items[] = {
+static const EnumPropertyItem rna_enum_audio_channels_items[] = {
     {SOUND_CHANNELS_INVALID, "INVALID", ICON_NONE, "Invalid", "Invalid"},
     {SOUND_CHANNELS_MONO, "MONO", ICON_NONE, "Mono", "Mono"},
     {SOUND_CHANNELS_STEREO, "STEREO", ICON_NONE, "Stereo", "Stereo"},

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
List details, subscription details or unsubscribe:
https://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to