There are a handful of -Wformat warnings on 32-bit platforms. I addressed all those that I’ve seen while working on Swift. Let me know if the git diff format is inappropriate for this.
Cheers,
- Will
diff (12.4 KB)
There are a handful of -Wformat warnings on 32-bit platforms. I addressed all those that I’ve seen while working on Swift. Let me know if the git diff format is inappropriate for this.
Cheers,
- Will
diff (12.4 KB)
Don't cast size_t to uint64_t, format it with %zu directly.
Joerg