mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-07 23:24:09 +00:00
Avoid compiler warning.
This commit is contained in:
parent
ab45481199
commit
a6c52d80a2
@ -23,7 +23,7 @@ enum {
|
|||||||
REGFUNC_NOREGUV
|
REGFUNC_NOREGUV
|
||||||
};
|
};
|
||||||
|
|
||||||
static void libdef_name(char *p, int kind)
|
static void libdef_name(const char *p, int kind)
|
||||||
{
|
{
|
||||||
size_t n = strlen(p);
|
size_t n = strlen(p);
|
||||||
if (kind != LIBINIT_STRING) {
|
if (kind != LIBINIT_STRING) {
|
||||||
|
Loading…
Reference in New Issue
Block a user