Skip to content
Snippets Groups Projects
Unverified Commit e74738be authored by Bertrand Bellenot's avatar Bertrand Bellenot Committed by GitHub
Browse files

[core] Next bunch of changes for Win64 (#7894)

* [core] Next bunch of changes for Win64

- Replace some more `long` types by `Longptr_t`
- Fix pointer formatting (use `%zx` and `size_t` for architecture dependent format)
- Fix several `warning C4267: 'argument': conversion from 'size_t' to 'Ssiz_t', possible loss of data`

* [skip-ci] Fix compilation warning on i386 platforms

Fix warning: format ‘%zx’ expects argument of type ‘size_t’, but argument 2 has type ‘Long_t’ {aka ‘long int’} [-Wformat=]
parent 64d6d8de
No related branches found
No related tags found
Loading
Showing
with 57 additions and 57 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment