mirror of
https://github.com/strongswan/strongswan.git
synced 2025-12-06 00:00:10 -05:00
Avoid heaps of compiler warnings due to plugin features registration.
This commit is contained in:
parent
7bc24c598f
commit
778ef77d61
@ -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 */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user