Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix IGWarnAssert macro to remove unneeded condition parameter
Summary: I'm looking at updating IGKitKit's test suite for Xcode 15, but when I went to do a build, it failed at the `IGWarnAssert` macro. Turns out that because we set the condition in the macro to always return `(NO)`, there's no need to expose `frmt` to test for the condition. This diff removes `frmt` from the define, allowing the tests to build again. Reviewed By: fabiomassimo Differential Revision: D49628618 Privacy Context Container: L1203725 fbshipit-source-id: b0456a149bf5be96c8401a21866880ccd72ebbcb
- Loading branch information