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.
Details
Details
make CROSS_TOOLCHAIN=amd64-gcc9 buildworld
Diff Detail
Diff Detail
- Lint
Lint Passed - Unit
No Test Coverage - Build Status
Buildable 28251 Build 26370: arc lint + arc unit