-/** Decode a set of sub arguments.
- *
- * \param FlagName the flag familly to update.
- * \param Args the effective sub arguments to decode.
- * \param All the "all" value.
- *
- * \arg FlagName_args the list of keys.
- * \arg FlagName_types the list of values.
- * \arg FlagName_flag the flag to update.
- */
-#define WARNINGS_ARGMATCH(FlagName, Args, All) \
- warnings_argmatch ("--" #FlagName, FlagName ## _args, FlagName ## _types, \
- All, &FlagName ## _flag, Args)
-