Avoid heaps of compiler warnings due to plugin features registration.

This commit is contained in:
Tobias Brunner
2011-10-17 13:51:48 +02:00
parent 7bc24c598f
commit 778ef77d61
+2 -2
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 */