gmio_core: fix compilation warning in gmio_buffer_alloca()
This commit is contained in:
parent
76ee571cd5
commit
c0db993f05
@ -75,6 +75,7 @@ gmio_buffer_t gmio_buffer_alloca(size_t size)
|
|||||||
return gmio_buffer(_alloca(size), size, NULL);
|
return gmio_buffer(_alloca(size), size, NULL);
|
||||||
# endif /* _MSC_VER */
|
# endif /* _MSC_VER */
|
||||||
#else
|
#else
|
||||||
|
GMIO_UNUSED(size);
|
||||||
return gmio_buffer_null();
|
return gmio_buffer_null();
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user