You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
main.c:781:34: warning: format ‘%d’ expects argument of type ‘int’, but argument 2 has type ‘size_t {aka long unsigned int}’ [-Wformat=]
printf("Unknown memory length %d in mmap file.\n", strlen(p));
~^ ~~~~~~~~~
%ld
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: