Diederik de Groot
4295582511
Fix/Update clang-RAII macro implementation
...
- When you need to refer to 'variable XXX' outside a block, it needs
to be declared as '__block XXX', otherwise it will not be available with-
in the block, making updating that variable hard to do, and ast_free
lead to issues.
- Removed the #error message
because it creates complications when compiling external projects
against asterisk For example when using a different compiler than the
one used to compile asterisk. The warning/error should be generated
during the configure process not the compilation process
ASTERISK-24917
Change-Id: I12091228090e90831bf2b498293858f46ea7a8c2
2015-04-22 06:25:07 -05:00
..
2012-09-10 19:48:22 +00:00
2014-12-22 19:38:58 +00:00
2015-04-12 13:49:40 -05:00
2012-07-23 21:15:26 +00:00
2012-07-11 18:33:36 +00:00
2012-06-25 15:55:25 +00:00
2010-07-14 20:48:59 +00:00
2010-06-02 18:10:15 +00:00
2012-06-14 23:22:53 +00:00
2012-10-01 20:26:09 +00:00
2013-08-23 16:07:18 +00:00
2014-04-11 02:10:22 +00:00
2014-05-09 22:28:40 +00:00
2012-02-01 15:59:54 +00:00
2014-06-20 23:14:52 +00:00
2011-04-21 18:11:40 +00:00
2011-04-21 18:11:40 +00:00
2012-12-13 21:04:16 +00:00
2012-02-22 21:22:43 +00:00
2012-06-04 20:26:12 +00:00
2013-01-09 19:37:36 +00:00
2012-02-27 16:50:19 +00:00
2011-12-16 21:10:19 +00:00
2015-04-09 12:47:09 +00:00
2011-07-07 22:39:54 +00:00
2012-03-14 18:12:08 +00:00
2015-01-23 14:55:47 +00:00
2010-04-09 15:31:32 +00:00
2010-09-04 18:10:46 +00:00
2013-01-19 20:49:43 +00:00
2010-09-07 19:38:55 +00:00
2012-07-19 23:21:40 +00:00
2014-09-18 14:42:26 +00:00
2010-07-21 19:11:32 +00:00
2011-02-03 16:22:10 +00:00
2014-02-04 19:56:05 +00:00
2012-03-10 20:06:46 +00:00
2011-12-06 19:09:56 +00:00
2012-01-30 23:58:51 +00:00
2012-11-03 03:17:49 +00:00
2011-12-28 18:59:16 +00:00
2013-01-02 18:09:55 +00:00
2011-09-13 07:35:59 +00:00
2011-07-15 00:23:14 +00:00
2012-11-06 18:59:33 +00:00
2012-06-04 20:26:12 +00:00
2011-02-22 23:04:49 +00:00
2011-12-22 20:39:48 +00:00
2012-07-13 18:41:07 +00:00
2011-02-03 16:22:10 +00:00
2014-02-07 17:56:57 +00:00
2010-09-20 22:16:37 +00:00
2010-06-08 05:29:08 +00:00
2012-11-15 23:38:44 +00:00
2010-04-22 19:08:01 +00:00
2014-06-26 12:06:22 +00:00
2010-06-08 14:38:18 +00:00
2011-02-03 16:22:10 +00:00
2012-01-27 18:47:16 +00:00
2015-04-06 18:58:30 +00:00
2011-11-23 17:16:33 +00:00
2011-07-11 19:49:35 +00:00
2012-11-27 17:47:32 +00:00
2010-09-30 20:40:08 +00:00
2015-02-21 02:45:17 +00:00
2015-03-27 07:06:24 +00:00
2014-06-06 21:27:41 +00:00
2014-04-30 20:26:16 +00:00
2011-02-03 16:22:10 +00:00
2015-02-11 15:38:39 +00:00
2012-06-20 02:07:00 +00:00
2012-02-27 16:31:24 +00:00
2012-01-30 21:21:16 +00:00
2014-04-04 18:46:18 +00:00
2011-12-07 20:15:29 +00:00
2013-12-16 17:14:14 +00:00
2009-11-02 22:29:19 +00:00
2010-09-02 05:02:54 +00:00
2012-06-04 20:26:12 +00:00
2010-06-18 21:32:09 +00:00
2015-01-09 14:40:11 +00:00
2014-03-28 04:27:02 +00:00
2012-02-24 15:10:35 +00:00
2014-06-30 19:42:18 +00:00
2010-08-30 08:25:50 +00:00
2015-02-19 01:59:05 +00:00
2012-04-16 21:20:50 +00:00
2009-12-21 18:51:17 +00:00
2011-04-26 19:38:41 +00:00
2011-10-11 19:06:29 +00:00
2011-02-22 23:04:49 +00:00
2012-10-11 15:31:10 +00:00
2011-02-03 16:22:10 +00:00
2011-02-22 23:04:49 +00:00
2010-06-08 14:38:18 +00:00
2011-02-03 16:22:10 +00:00
2010-04-09 14:37:50 +00:00
2014-11-06 09:10:47 +00:00
2013-01-09 20:07:07 +00:00
2011-12-01 21:19:41 +00:00
2015-01-12 18:00:24 +00:00
2010-02-22 06:45:52 +00:00
2014-06-13 05:06:02 +00:00
2010-02-24 21:17:26 +00:00
2014-11-05 15:02:42 +00:00
2015-04-17 17:27:31 -04:00
2012-11-07 19:03:42 +00:00
2012-11-05 23:09:30 +00:00
2011-02-22 23:04:49 +00:00
2010-12-20 17:15:54 +00:00
2010-08-17 19:34:52 +00:00
2015-04-22 06:25:07 -05:00
2012-01-25 21:31:28 +00:00
2010-06-08 14:38:18 +00:00
2012-06-25 17:59:34 +00:00
2014-07-10 15:35:21 +00:00