Skip to content
Commit 7d6d2445 authored by Jayanth Othayoth's avatar Jayanth Othayoth Committed by Patrick Williams
Browse files

clang:tidy host-transport-extensions Fix warnings



Fixed cppcoreguidelines-special-member-functions warning by defining
the move constructor and move assignment operator for the
PLDMInstanceManager class.

'''
 error: class 'PLDMInstanceManager' defines a non-default destructor, a copy constructor
 and a copy assignment operator but does not define a move constructor or a move assignment
 operator [cppcoreguidelines-special-member-functions,-warnings-as-errors]
'''

Change-Id: I959bed0787ee35de4aaeaf13ff53956198621493
Signed-off-by: default avatarJayanth Othayoth <ojayanth@gmail.com>
parent 3b44559f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment