Files
asterisk/include/asterisk
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
..
2015-04-12 13:49:40 -05:00
2012-06-25 15:55:25 +00:00
2010-06-02 18:10:15 +00:00
2011-12-16 21:10:19 +00:00
2015-01-23 14:55:47 +00:00
2012-11-03 03:17:49 +00:00
2011-12-22 20:39:48 +00:00
2010-06-08 14:38:18 +00:00
2011-11-23 17:16:33 +00:00
2012-02-24 15:10:35 +00:00
2010-08-30 08:25:50 +00:00
2011-10-11 19:06:29 +00:00
2010-06-08 14:38:18 +00:00
2012-11-07 19:03:42 +00:00
2010-06-08 14:38:18 +00:00
2012-06-25 17:59:34 +00:00