mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 17:32:05 +05:30
reverse-ramdisk.c: resolve -Wstrict-prototypes
This commit is contained in:
parent
a52c6f343c
commit
2e0104b5ee
@ -191,7 +191,7 @@ int tf_read(int ID, size_t offset, void* dest, size_t data_size) {
|
|||||||
} while (0)
|
} while (0)
|
||||||
|
|
||||||
#ifdef TEST
|
#ifdef TEST
|
||||||
int main() {
|
int main(void) {
|
||||||
int ID = tf_alloc(4, sizeof(int));
|
int ID = tf_alloc(4, sizeof(int));
|
||||||
if (ID == -1)
|
if (ID == -1)
|
||||||
retreat("tf_alloc");
|
retreat("tf_alloc");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user