Avoid heaps of compiler warnings due to plugin features registration.
This commit is contained in:
@@ -185,10 +185,10 @@ struct plugin_feature_t {
|
|||||||
|
|
||||||
/** FEATURE_REGISTER */
|
/** FEATURE_REGISTER */
|
||||||
struct {
|
struct {
|
||||||
/** feature specific function to register for this type */
|
|
||||||
void *f;
|
|
||||||
/** final flag to pass for builder_function_t */
|
/** final flag to pass for builder_function_t */
|
||||||
bool final;
|
bool final;
|
||||||
|
/** feature specific function to register for this type */
|
||||||
|
void *f;
|
||||||
} reg;
|
} reg;
|
||||||
|
|
||||||
/** FEATURE_CALLBACK */
|
/** FEATURE_CALLBACK */
|
||||||
|
|||||||
Reference in New Issue
Block a user