Dan Caspi
42d14bef04
Enforcing semi-colon consistency between dev and release modes when calling RCTLog*
...
Summary:
The various RCTLog macros (`RCTLogWarn`, `RCTLogError`, etc..) are based on the `_RCTLog` macro, which, in its expanded form, has a semi-colon in DEV mode (i.e., when `RCTLOG_ENABLED` is set to 1), and doesn't have one when `RCTLOG_ENABLED` is set to 0.
This could lead to a situation where code will compile in DEV but will fail to compile for prod.
Fixing this by removing the semicolon from the DEV version (as should).
Reviewed By: javache
Differential Revision: D4189133
fbshipit-source-id: 54cb4e2c96d1e48d9df88464aa58b13af432c2bd
2016-11-16 07:28:32 -08:00
..
2016-06-30 19:43:28 -07:00
2016-06-30 19:43:28 -07:00
2016-10-13 11:43:41 -07:00
2016-09-28 14:13:55 -07:00
2016-09-28 14:13:55 -07:00
2016-09-26 16:14:11 -07:00
2016-10-13 11:43:41 -07:00
2016-09-05 07:44:00 -07:00
2016-01-19 12:20:37 -08:00
2016-10-20 11:43:44 -07:00
2016-10-20 11:43:44 -07:00
2016-11-14 03:28:38 -08:00
2016-11-14 03:28:38 -08:00
2016-06-13 04:28:38 -07:00
2016-03-29 19:53:20 -07:00
2016-09-05 11:13:33 -07:00
2016-07-18 11:28:36 -07:00
2016-07-18 11:28:36 -07:00
2016-07-18 11:28:36 -07:00
2016-11-01 03:58:53 -07:00
2016-11-01 03:58:53 -07:00
2016-08-23 11:28:42 -07:00
2016-08-31 17:43:49 -07:00
2016-07-18 07:13:32 -07:00
2016-11-14 07:58:31 -08:00
2016-11-14 07:58:31 -08:00
2016-07-11 06:13:32 -07:00
2016-08-26 09:58:47 -07:00
2016-06-01 03:43:27 -07:00
2016-07-12 05:59:12 -07:00
2016-11-16 07:28:32 -08:00
2016-11-14 04:59:13 -08:00
2016-06-06 07:58:36 -07:00
2016-10-31 04:58:50 -07:00
2016-01-06 05:58:37 -08:00
2016-09-05 11:13:33 -07:00
2016-10-11 12:28:42 -07:00
2016-10-27 04:29:01 -07:00
2016-10-03 18:13:36 -07:00
2016-10-11 12:28:42 -07:00
2015-12-10 10:12:29 -08:00
2015-12-10 10:12:29 -08:00
2015-12-10 10:12:29 -08:00
2016-09-09 15:28:44 -07:00
2016-09-09 15:28:44 -07:00
2016-10-27 04:29:00 -07:00
2016-10-27 04:29:00 -07:00
2016-11-03 09:58:48 -07:00
2016-11-03 09:58:48 -07:00
2016-09-16 16:13:47 -07:00
2016-09-16 16:13:47 -07:00
2016-01-21 13:46:52 -08:00
2016-09-16 16:13:47 -07:00
2016-09-27 06:28:33 -07:00
2016-10-26 01:43:39 -07:00
2016-02-16 23:05:36 -08:00
2016-02-16 23:05:36 -08:00