Avoid heaps of compiler warnings due to plugin features registration.

This commit is contained in:
Tobias Brunner 2011-10-17 13:46:53 +02:00
parent 7bc24c598f
commit 778ef77d61
1 changed files with 2 additions and 2 deletions

View File

@ -185,10 +185,10 @@ struct plugin_feature_t {
/** FEATURE_REGISTER */
struct {
/** feature specific function to register for this type */
void *f;
/** final flag to pass for builder_function_t */
bool final;
/** feature specific function to register for this type */
void *f;
} reg;
/** FEATURE_CALLBACK */