Merge "Build: Make function constructor/destructor attributes mandatory." into 13

This commit is contained in:
Joshua Colp
2017-11-17 09:18:39 -06:00
committed by Gerrit Code Review
4 changed files with 53 additions and 4 deletions

View File

@@ -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.