Do not set FB_ASSERTION_ENABLED
Reviewed By: emilsjolander Differential Revision: D6611904 fbshipit-source-id: f01ac144159c1b333d8deb8cbb5ba0288e4bf7a4
This commit is contained in:
parent
0b5e8b4852
commit
4cdbb77c33
|
@ -31,10 +31,6 @@
|
|||
#define WIN_STRUCT_REF(value) value
|
||||
#endif
|
||||
|
||||
#ifndef FB_ASSERTIONS_ENABLED
|
||||
#define FB_ASSERTIONS_ENABLED 1
|
||||
#endif
|
||||
|
||||
#ifdef NS_ENUM
|
||||
// Cannot use NSInteger as NSInteger has a different size than int (which is the default type of a
|
||||
// enum).
|
||||
|
|
Loading…
Reference in New Issue