fix warning
This commit is contained in:
@@ -4,10 +4,9 @@
|
|||||||
GN_ARRAY_LIST_DEFINITION(uint32_t)
|
GN_ARRAY_LIST_DEFINITION(uint32_t)
|
||||||
GN_ARRAY_LIST_DEFINITION(int)
|
GN_ARRAY_LIST_DEFINITION(int)
|
||||||
|
|
||||||
|
// note this is annoying but I dont wana warnings from this file
|
||||||
void tester() {
|
void tester() {
|
||||||
uint32_tArrayList list = uint32_tArrayListCreate();
|
uint32_tArrayList list = uint32_tArrayListCreate();
|
||||||
uint32_tArrayListResize(list, 1);
|
uint32_tArrayListResize(list, 1);
|
||||||
|
void* m = malloc(0);
|
||||||
malloc(0);
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user