1
0
Fork 0
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:
Stefan Lankes 2017-06-15 00:11:17 +02:00
parent 9311a27019
commit 00d23d7b16

View file

@ -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