mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-02 03:58:33 +08:00
fix warnings
This commit is contained in:
parent
309b65e87f
commit
6cdd847865
@ -22,11 +22,11 @@
|
|||||||
#include "tkc/mem.h"
|
#include "tkc/mem.h"
|
||||||
#include "base/vgcanvas.h"
|
#include "base/vgcanvas.h"
|
||||||
|
|
||||||
vgcanvas_t* vgcanvas_create(uint32_t w, uint32_t h, int32_t stride, bitmap_format_t format,
|
vgcanvas_t* vgcanvas_create(uint32_t w, uint32_t h, uint32_t stride, bitmap_format_t format,
|
||||||
void* buff) {
|
void* data) {
|
||||||
(void)w;
|
(void)w;
|
||||||
(void)h;
|
(void)h;
|
||||||
(void)format;
|
(void)format;
|
||||||
(void)buff;
|
(void)data;
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user