Cleanup: compiler warnings
This commit is contained in:
@@ -23,6 +23,7 @@
|
||||
* \ingroup draw
|
||||
*/
|
||||
|
||||
#include "DRW_engine.h"
|
||||
#include "DRW_render.h"
|
||||
|
||||
#include "BKE_global.h"
|
||||
@@ -346,7 +347,7 @@ void DRW_gpencil_batch_cache_dirty_tag(bGPdata *gpd)
|
||||
}
|
||||
|
||||
/* free batch cache */
|
||||
void DRW_gpencil_batch_cache_free(bGPdata *gpd)
|
||||
void DRW_gpencil_batch_cache_free(bGPdata *UNUSED(gpd))
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
@@ -1218,7 +1218,7 @@ void DRW_gpencil_populate_multiedit(
|
||||
cache->is_dirty = false;
|
||||
}
|
||||
|
||||
void static gpencil_copy_frame(bGPDframe *gpf, bGPDframe *derived_gpf)
|
||||
static void gpencil_copy_frame(bGPDframe *gpf, bGPDframe *derived_gpf)
|
||||
{
|
||||
derived_gpf->prev = gpf->prev;
|
||||
derived_gpf->next = gpf->next;
|
||||
|
||||
Reference in New Issue
Block a user