mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
remove compiler warnings
This commit is contained in:
parent
9311a27019
commit
00d23d7b16
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ void main(void)
|
|||
|
||||
if (mb_info && mb_info->cmdline) {
|
||||
cmdline = (size_t) mb_info->cmdline;
|
||||
cmdline_size = strlen(cmdline);
|
||||
cmdline_size = strlen((char*)cmdline);
|
||||
}
|
||||
|
||||
// enable paging
|
||||
|
|
Loading…
Add table
Reference in a new issue