Files
swift-mirror/stdlib/public/runtime/ProtocolConformance.cpp
Saleem Abdulrasool da314bc7d7 runtime: silence some -Wformat warnings (NFC)
Use `z` rather than `l` for the modifier as the values are `size_t`
rather than `long`.  This fixes a bit of warning spew on Windows.
2023-08-04 08:47:23 -07:00

63 KiB