Compare commits
2 Commits
f3646609c1
...
main
Author | SHA1 | Date | |
---|---|---|---|
![]() |
7d818db7f9 | ||
![]() |
9833dc3c12 |
@@ -4,10 +4,9 @@
|
||||
GN_ARRAY_LIST_DEFINITION(uint32_t)
|
||||
GN_ARRAY_LIST_DEFINITION(int)
|
||||
|
||||
|
||||
// note this is annoying but I dont wana warnings from this file
|
||||
void tester() {
|
||||
uint32_tArrayList list = uint32_tArrayListCreate();
|
||||
uint32_tArrayListResize(list, 1);
|
||||
|
||||
malloc(0);
|
||||
void* m = malloc(0);
|
||||
}
|
||||
|
@@ -17,6 +17,7 @@ typedef struct gnUInt2 {
|
||||
struct { uint32_t x, y; };
|
||||
};
|
||||
} gnUInt2;
|
||||
typedef gnUInt2 gnExtent2D;
|
||||
|
||||
typedef struct gnInt2 {
|
||||
union {
|
||||
|
Reference in New Issue
Block a user