Hi Ossama,
On 10/23/2018 02:57 PM, Ossama Othman wrote:
The L_PLUGIN_DEFINE() macro triggered missing field initializer
warnings when the corresponding warning flag was enabled for user
defined plugins. Prevent ELL from exposing such warnings to the user
by explicitly initializing all l_plugin_desc fields, as well
re-enabling that warning in maintainer mode builds.
Ossama Othman (2):
plugin: Explicitly initialize descriptor fields.
Re-enable -Wmissing-field-initializers warning.
acinclude.m4 | 1 -
ell/plugin.h | 3 ++-
2 files changed, 2 insertions(+), 2 deletions(-)
Both applied, thanks.
Regards,
-Denis