Skip to content

StorageSvc: Fix gcc9 warnings.

Scott Snyder requested to merge ssnyder/athena:gcc9.StorageSvc-20181226 into master

In C++11, implicit declarations of copy and assignment are deprecated if the class has a user defined destructor or copy or assignment. gcc9 now warns about this by default. Adjust to avoid the warning.

Merge request reports