Skip to content

wire: add compiler warnings by nonnull attribute

Vladimír Čunát requested to merge wire-nonnull into master

These functions were often used with explicitly passed NULL for wire, which is not allowed now and this attribute will trigger a warning.

Merge request reports