[PATCH] D42933: [Sema] Avoid -Wformat warning for NSInteger/NSUInteger 'int' values with %zu/%zi long specifiers

Saleem Abdulrasool via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 20:54:29 PST 2018


compnerd added a comment.

@aaron.ballman, yeah, I believe that the warning is working as intended, it just so happens that at runtime things just happened to work out.


Repository:
  rC Clang

https://reviews.llvm.org/D42933





More information about the cfe-commits mailing list