Cleanup: unused warning

This commit is contained in:
Campbell Barton
2015-08-06 16:52:28 +10:00
parent 43c756ac95
commit c2cfec64e3

View File

@@ -646,6 +646,9 @@ static EnumPropertyItem *rna_userdef_audio_device_itemf(bContext *UNUSED(C), Poi
#endif
#endif
/* may be unused */
UNUSED_VARS(index, audio_device_items);
RNA_enum_item_end(&item, &totitem);
*r_free = true;