Skip to content

Wrong formatting verb in main.c #172

Open
@phillipstanleymarbell

Description

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

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions