search for: _dtor_

Displaying 1 result from an estimated 1 matches for "_dtor_".

Did you mean: pi_dtor_
2014 Jul 25
1
Use of undeclared identifier 'pvt' in asterisk-12.4.0
...nested-functions' chan_bridge_media.c:122:2: error: illegal storage class on function RAII_VAR(struct ast_callid *, callid, NULL, ast_callid_cleanup); ^ /home/jeffrey/asterisk-12.4.0/include/asterisk/utils.h:991:5: note: expanded from macro 'RAII_VAR' auto void _dtor_ ## varname (vartype * v); \ ^ chan_bridge_media.c:122:2: error: function definition is not allowed here /home/jeffrey/asterisk-12.4.0/include/asterisk/utils.h:992:42: note: expanded from macro 'RAII_VAR' void _dtor_ ## varname (vartype * v) { dtor(*v); } \...