HomeFreeBSD

MFC r355974 (by rlibby):

Description

MFC r355974 (by rlibby):

libdevdctl: g++9 avoid Wdeprecated-copy

g++9 now warns about having defined an assignment operator but using the
default copy constructor, or vice versa. Avoid the issue in libdevdctl
by just using the default assignment operator too.

Reviewed by: asomers, dim
Sponsored by: Dell EMC Isilon
Differential Revision: https://reviews.freebsd.org/D22887

Details

Provenance
dimAuthored on
Reviewer
asomers
Differential Revision
D22887: libdevdctl: g++9 avoid Wdeprecated-copy
Parents
rS360301: MFC r354834 (by jhibbits):
Branches
Unknown
Tags
Unknown