You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug#34776172 MacOS: silence deprecated use warnings from XCode >= 14 (#1306)
Summary:
- We have much use of sprintf, which is now flagged by clang as unsafe. Silence this, since we have too many uses to rewrite easily.
- This version if Xcode also flags loss of precision from 64 to 32 bits integer, silence this also. Typically when x of type size_t is assigned to an int.
Change-Id: I3e5f829c7fdb8ddb08c56149bc0db1a5dc277f34
Pull Request resolved: #1306
Reviewed By: hermanlee
Differential Revision: D45658644
Pulled By: sunshine-Chun
fbshipit-source-id: e5fc7b3
0 commit comments