mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Merge "Build: Make function constructor/destructor attributes mandatory." into 13
This commit is contained in:
@@ -107,10 +107,6 @@
|
||||
|
||||
#if defined(OPTIONAL_API)
|
||||
|
||||
#if !defined(HAVE_ATTRIBUTE_constructor) || !defined(HAVE_ATTRIBUTE_constructor)
|
||||
#error OPTIONAL_API requires compiler constructor/destructor support
|
||||
#endif
|
||||
|
||||
/*!
|
||||
* \internal
|
||||
* \brief Function pointer to an optional API function.
|
||||
|
Reference in New Issue
Block a user