Browse Source
When compiling with -Wextra which includes -Wmissing-field-initializers GCC will warn that the defval field of mp_arg_val_t is not initialized. This is just a warning as it is defined to be zero initialized, but since it is a union it makes sense to be explicit about which member we're going to use, so add the explicit initializers and get rid of the warning.pull/6510/head
Emil Renner Berthing
4 years ago
3 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue